#054070

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

Shades of Dark Cerulean #054070

Tints of Dark Cerulean #054070

Color information

#054070 (or 0x054070) is unknown color: approx Dark Cerulean. HEX triplet: 05, 40 and 70. RGB value is (5,64,112). Sum of RGB (Red+Green+Blue) = 5+64+112=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #054070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054070 is #FABF8F. Grayscale: #333333. Windows color (decimal): -16433040 or 7356421. OLE color: 7356421.

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

Color convert

RGB564112-
CMYK0.960.4300.56
HSL206.92º91.45%22.94%-
HSV(B)206.92º95.54%43.92%-
XYZ4.824.8716.01-
YUV51.83161.9594.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=2.76%
G=35.36%
B=61.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5641120.960.4300.56206.9291.4522.94
Hex54070602B038cf5b17
Octal51001601405307031713327
Binary101100000011100001100000101011011100011001111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054070; }

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

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

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

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

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

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

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

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