#054470

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

Shades of Dark Cerulean #054470

Tints of Dark Cerulean #054470

Color information

#054470 (or 0x054470) is unknown color: approx Dark Cerulean. HEX triplet: 05, 44 and 70. RGB value is (5,68,112). Sum of RGB (Red+Green+Blue) = 5+68+112=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #054470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054470 is #FABB8F. Grayscale: #353535. Windows color (decimal): -16432016 or 7357445. OLE color: 7357445.

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

Color convert

RGB568112-
CMYK0.960.3900.56
HSL204.67º91.45%22.94%-
HSV(B)204.67º95.54%43.92%-
XYZ5.055.3416.09-
YUV54.18160.6392.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=2.70%
G=36.76%
B=60.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5681120.960.3900.56204.6791.4522.94
Hex544706027038cd5b17
Octal51041601404707031513327
Binary101100010011100001100000100111011100011001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054470; }

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

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

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

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

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

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

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

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