Html Css Color HEX #054E72 Dark Cerulean

📋 copy color: '#054E72'

red 5 ◦ green 78 ◦ blue 114

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

Shades of Dark Cerulean #054E72

Tints of Dark Cerulean #054E72

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 value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#054E72 (or 0x054E72) is known color: 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

RGB 5 78 114 -
CMYK 0.96 0.32 0 0.55
HSL 199.82º 0.92% 0.23% -
HSV(B) 199.82º 0.96% 0.45% -
XYZ 5.82 6.7 16.91 -
YUV 60.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 5 78 114 0.96 0.32 0 0.55 199.82 0.92 0.23
Hex 5 4E 72 60 20 0 37 C8 5C 17
Octal 5 116 162 140 40 0 67 310 134 27
Binary 101 1001110 1110010 1100000 100000 0 110111 11001000 1011100 10111

Color Harmonies of #054E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E72

Black with #054E72

Text Example


Text Example

White with #054E72

Text Example


Text Example

HTML Codes & Css Web 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>