Html Css Color HEX #014872 Dark Cerulean

📋 copy color: '#014872'

red 1 ◦ green 72 ◦ blue 114

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

Shades of Dark Cerulean #014872

Tints of Dark Cerulean #014872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 0.53%
G = 38.5%
B = 60.96%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014872 (or 0x014872) is known color: Dark Cerulean. HEX triplet: 01, 48 and 72. RGB value is (1,72,114). Sum of RGB (Red+Green+Blue) = 1+72+114=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #014872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014872 is #FEB78D. Grayscale: #373737. Windows color (decimal): -16693134 or 7489537. OLE color: 7489537.

HSL color Cylindrical-coordinate representation of color #014872: hue angle of 202.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014872 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 72 114 -
CMYK 0.99 0.37 0 0.55
HSL 202.3º 0.98% 0.23% -
HSV(B) 202.3º 0.99% 0.45% -
XYZ 5.37 5.86 16.77 -
YUV 55.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 1 72 114 0.99 0.37 0 0.55 202.3 0.98 0.23
Hex 1 48 72 63 25 0 37 CA 62 17
Octal 1 110 162 143 45 0 67 312 142 27
Binary 1 1001000 1110010 1100011 100101 0 110111 11001010 1100010 10111

Color Harmonies of #014872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014872

Black with #014872

Text Example


Text Example

White with #014872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014872; }

 p { color: rgb(1,72,114); }

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

background-color css

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

 a { background-color: rgb(1,72,114); }

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

border-color css

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

 span { border-color: rgb(1,72,114); }

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