COLOR #01384D

HEX: #01384D
RGB: (1,56,77)

Renk bilgisi

#01384D contains mainly green and blue colors. #01384D ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#01384D color RGB value is (1,56,77).

  • kırmız ton 1;
  • yeşil ton 56;
  • mavi ton 77.
RGB:
(1,56,77)
(0%,22%,30%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 56 of 255 = 22%
B 77 of 255 = 30%

1
56
77

R + G + B ~ 17%. #01384D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 56 + 77 = 134 (100%)
R 1 of 134 ~ 0.75%
G 56 of 134 ~ 41.79%
B 77 of 134 ~ 57.46%

%41.79
%57.46

CMYK RENK MODELİ

#01384D rengi CMYK tonu (99,27,0,70).

  • camgöbeği tonu 98.70%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(99,27,0,70)
C99M27Y0K70 
(99%,27%,0%,70%)
(0.99/0.27/0.00/0.70)	

CMYK yüzdeleri

%98.7
%27.27
%0
%69.8

Codes

Color #01384D in popluar color models

01384D
RGB15677
HSL197°97.44%15.29%
HSB/HSV197°98.70%30.20%
CMYK98.70%27.27%0.00%
69.80%

Color #01384D in popluar number systems.

HEX01384D
Decimal15677
Binary11110001001101
Octal170115

Shades and tints

Shades of #01384D

#01384D
(1,56,77)
#013346
(1,51,70)
#012E3F
(1,46,63)
#012938
(1,41,56)
#012431
(1,36,49)
#011F2A
(1,31,42)
#011A23
(1,26,35)
#01151C
(1,21,28)
#011015
(1,16,21)
#010B0E
(1,11,14)
#010607
(1,6,7)
#000000
(0,0,0)

Tints of #01384D

#01384D
(1,56,77)
#184A5D
(24,74,93)
#2F5C6D
(47,92,109)
#466E7D
(70,110,125)
#5D808D
(93,128,141)
#74929D
(116,146,157)
#8BA4AD
(139,164,173)
#A2B6BD
(162,182,189)
#B9C8CD
(185,200,205)
#D0DADD
(208,218,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01384D color. Also use rgb(1,56,77) instead hex code.

Text Font Color

.myTextColor { color: #01384D; }

<p style="color:#01384D">This sample text font color is #01384D.</p>

This text font color is #01384D.


Background Color

.myBgColor { background-color: #01384D; }

<div style="background-color:#01384D">Inner text</div>

This div background color is #01384D.


Border color

.myBorderColor { border: 1px solid #01384D; }

<div style="border:3px solid #01384D">Div</div>

This div border color is #01384D.


Opacity

.myOpacity80 { color: #01384D; opacity: 0.8; }

<p style="color:#01384D;opacity:0.8;">80%</p>

Text with #01384D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01384D;}

<p style="text-shadow: 3px 3px 1px #01384D">Text here.</p>

This text has shadow with #01384D color.

.textShadow {text-shadow: 3px 3px 1px #01384D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01384D, 5px 5px 20px red">Text here.</p>

This text has shadow with #01384D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01384D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01384D, Direction=45, Strength=4)">Text</p>

This text has shadow with #01384D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01384D;
  -webkit-box-shadow:	1px 1px 3px 2px #01384D;
  box-shadow:		1px 1px 3px 2px #01384D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01384D;
-webkit-box-shadow: 1px 1px 3px 2px #01384D;
box-shadow:1px 1px 3px 2px #01384D;">
Div content here</div>
This div box has shadow with color #01384D.

Preview

Color preview on black background

This text has color #01384D on black background.


Color preview on white background

This text has color #01384D on white background.



Black color preview on #01384D background

This text has black color on #01384D background.


White color preview on #01384D background

This text has white color on #01384D background.