Html Css Color HEX #014D79 Dark Cerulean

📋 copy color: '#014D79'

red 1 ◦ green 77 ◦ blue 121

#014D79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #014D79

Tints of Dark Cerulean #014D79

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 77 (30.47% from 255) = 38.69%

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 0.5%
G = 38.69%
B = 60.8%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#014D79 (or 0x014D79) is known color: Dark Cerulean. HEX triplet: 01, 4D and 79. RGB value is (1,77,121). Sum of RGB (Red+Green+Blue) = 1+77+121=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #014D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D79 is #FEB286. Grayscale: #3B3B3B. Windows color (decimal): -16691847 or 7949569. OLE color: 7949569.

HSL color Cylindrical-coordinate representation of color #014D79: hue angle of 202º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D79 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 77 121 -
CMYK 0.99 0.36 0 0.53
HSL 202º 0.98% 0.24% -
HSV(B) 202º 0.99% 0.47% -
XYZ 6.12 6.69 19.06 -
YUV 59.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 1 77 121 0.99 0.36 0 0.53 202 0.98 0.24
Hex 1 4D 79 63 24 0 35 CA 62 18
Octal 1 115 171 143 44 0 65 312 142 30
Binary 1 1001101 1111001 1100011 100100 0 110101 11001010 1100010 11000

Color Harmonies of #014D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D79

Black with #014D79

Text Example


Text Example

White with #014D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014D79; }

 p { color: rgb(1,77,121); }

 H1.HeaderClassName
 {
   color: #014D79;
 }
 .AnyTagClassName
 {
   color: #014D79;
 }
</style>

background-color css

<style>
 a { background-color: #014D79; }

 a { background-color: rgb(1,77,121); }

 div.DivClassName
 {
   background-color: #014D79;
 }
 .BgClassName
 {
   background-color: #014D79;
 }
</style>

border-color css

<style>
 span { border-color: #014D79; }

 span { border-color: rgb(1,77,121); }

 td.TdClassName
 {
   border-color: #014D79;
 }
 .TagClassName
 {
   border-color: #014D79;
 }
</style>