#054371

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

Shades of Dark Cerulean #054371

Tints of Dark Cerulean #054371

Color information

#054371 (or 0x054371) is unknown color: approx Dark Cerulean. HEX triplet: 05, 43 and 71. RGB value is (5,67,113). Sum of RGB (Red+Green+Blue) = 5+67+113=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #054371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054371 is #FABC8E. Grayscale: #353535. Windows color (decimal): -16432271 or 7422725. OLE color: 7422725.

HSL color Cylindrical-coordinate representation of color #054371: hue angle of 205.56º 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 #054371 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB567113-
CMYK0.960.4100.56
HSL205.56º91.53%23.14%-
HSV(B)205.56º95.58%44.31%-
XYZ5.055.2416.37-
YUV53.71161.4693.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=2.70%
G=36.22%
B=61.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5671130.960.4100.56205.5691.5323.14
Hex543716029038ce5c17
Octal51031611405107031613427
Binary101100001111100011100000101001011100011001110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054371; }

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

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

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

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

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

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

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

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