#054E71

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

Shades of Dark Cerulean #054E71

Tints of Dark Cerulean #054E71

Color information

#054E71 (or 0x054E71) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4E and 71. RGB value is (5,78,113). Sum of RGB (Red+Green+Blue) = 5+78+113=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #054E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E71 is #FAB18E. Grayscale: #3B3B3B. Windows color (decimal): -16429455 or 7425541. OLE color: 7425541.

HSL color Cylindrical-coordinate representation of color #054E71: hue angle of 199.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054E71 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB578113-
CMYK0.960.3100.56
HSL199.44º91.53%23.14%-
HSV(B)199.44º95.58%44.31%-
XYZ5.776.6716.61-
YUV60.16157.8288.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=2.55%
G=39.80%
B=57.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5781130.960.3100.56199.4491.5323.14
Hex54E71601F038c75c17
Octal51161611403707030713427
Binary10110011101110001110000011111011100011000111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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