#054072

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

Shades of Dark Cerulean #054072

Tints of Dark Cerulean #054072

Color information

#054072 (or 0x054072) is unknown color: approx Dark Cerulean. HEX triplet: 05, 40 and 72. RGB value is (5,64,114). Sum of RGB (Red+Green+Blue) = 5+64+114=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #054072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054072 is #FABF8D. Grayscale: #333333. Windows color (decimal): -16433038 or 7487493. OLE color: 7487493.

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

Color convert

RGB564114-
CMYK0.960.4400.55
HSL207.52º91.6%23.33%-
HSV(B)207.52º95.61%44.71%-
XYZ4.934.9116.61-
YUV52.06162.9594.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=2.73%
G=34.97%
B=62.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5641140.960.4400.55207.5291.623.33
Hex54072602C037d05c17
Octal51001621405406732013427
Binary101100000011100101100000101100011011111010000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054072; }

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

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

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

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

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

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

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

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