#054E72

Color #054E72 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #054E72

Tints of Dark Cerulean #054E72

Color information

#054E72 (or 0x054E72) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4E and 72. RGB value is (5,78,114). Sum of RGB (Red+Green+Blue) = 5+78+114=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #054E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E72 is #FAB18D. Grayscale: #3C3C3C. Windows color (decimal): -16429454 or 7491077. OLE color: 7491077.

HSL color Cylindrical-coordinate representation of color #054E72: hue angle of 199.82º 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 #054E72 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB578114-
CMYK0.960.3200.55
HSL199.82º91.6%23.33%-
HSV(B)199.82º95.61%44.71%-
XYZ5.826.716.91-
YUV60.28158.3288.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=2.54%
G=39.59%
B=57.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5781140.960.3200.55199.8291.623.33
Hex54E726020037c85c17
Octal51161621404006731013427
Binary101100111011100101100000100000011011111001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054E72; }

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

 H1.HeaderClassName
 {
   color: #054E72;
 }
 .AnyTagClassName
 {
   color: #054E72;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #054E72;
 }
 .BgClassName
 {
   background-color: #054E72;
 }
</style>
border-color css

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

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

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