Html Css Color HEX #054872 Dark Cerulean

📋 copy color: '#054872'

red 5 ◦ green 72 ◦ blue 114

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

Shades of Dark Cerulean #054872

Tints of Dark Cerulean #054872

RGB

 RED value IS 5 (2.34% from 255) = 2.62%

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

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

R = 2.62%
G = 37.7%
B = 59.69%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054872 (or 0x054872) is known color: Dark Cerulean. HEX triplet: 05, 48 and 72. RGB value is (5,72,114). Sum of RGB (Red+Green+Blue) = 5+72+114=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #054872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054872 is #FAB78D. Grayscale: #383838. Windows color (decimal): -16430990 or 7489541. OLE color: 7489541.

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

Color convert

RGB 5 72 114 -
CMYK 0.96 0.37 0 0.55
HSL 203.12º 0.92% 0.23% -
HSV(B) 203.12º 0.96% 0.45% -
XYZ 5.42 5.88 16.77 -
YUV 56.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 5 72 114 0.96 0.37 0 0.55 203.12 0.92 0.23
Hex 5 48 72 60 25 0 37 CB 5C 17
Octal 5 110 162 140 45 0 67 313 134 27
Binary 101 1001000 1110010 1100000 100101 0 110111 11001011 1011100 10111

Color Harmonies of #054872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054872

Black with #054872

Text Example


Text Example

White with #054872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054872; }

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

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

background-color css

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

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

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

border-color css

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

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

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