#054B70

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

Shades of Dark Cerulean #054B70

Tints of Dark Cerulean #054B70

Color information

#054B70 (or 0x054B70) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4B and 70. RGB value is (5,75,112). Sum of RGB (Red+Green+Blue) = 5+75+112=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #054B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B70 is #FAB48F. Grayscale: #3A3A3A. Windows color (decimal): -16430224 or 7359237. OLE color: 7359237.

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

Color convert

RGB575112-
CMYK0.960.3300.56
HSL200.75º91.45%22.94%-
HSV(B)200.75º95.54%43.92%-
XYZ5.56.2316.24-
YUV58.29158.3189.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=2.60%
G=39.06%
B=58.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5751120.960.3300.56200.7591.4522.94
Hex54B706021038c95b17
Octal51131601404107031113327
Binary101100101111100001100000100001011100011001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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