Html Css Color HEX #014F76 Dark Cerulean

📋 copy color: '#014F76'

red 1 ◦ green 79 ◦ blue 118

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

Shades of Dark Cerulean #014F76

Tints of Dark Cerulean #014F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

 BLUE value IS 118 (46.48% from 255) = 59.6%

R = 0.51%
G = 39.9%
B = 59.6%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014F76 (or 0x014F76) is known color: Dark Cerulean. HEX triplet: 01, 4F and 76. RGB value is (1,79,118). Sum of RGB (Red+Green+Blue) = 1+79+118=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #014F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F76 is #FEB089. Grayscale: #3B3B3B. Windows color (decimal): -16691338 or 7753473. OLE color: 7753473.

HSL color Cylindrical-coordinate representation of color #014F76: hue angle of 200º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F76 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 79 118 -
CMYK 0.99 0.33 0 0.54
HSL 200º 0.98% 0.23% -
HSV(B) 200º 0.99% 0.46% -
XYZ 6.08 6.91 18.15 -
YUV 60.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 1 79 118 0.99 0.33 0 0.54 200 0.98 0.23
Hex 1 4F 76 63 21 0 36 C8 62 17
Octal 1 117 166 143 41 0 66 310 142 27
Binary 1 1001111 1110110 1100011 100001 0 110110 11001000 1100010 10111

Color Harmonies of #014F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F76

Black with #014F76

Text Example


Text Example

White with #014F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,118); }

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

background-color css

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

 a { background-color: rgb(1,79,118); }

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

border-color css

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

 span { border-color: rgb(1,79,118); }

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