#054C70

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

Shades of Dark Cerulean #054C70

Tints of Dark Cerulean #054C70

Color information

#054C70 (or 0x054C70) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4C and 70. RGB value is (5,76,112). Sum of RGB (Red+Green+Blue) = 5+76+112=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #054C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C70 is #FAB38F. Grayscale: #3A3A3A. Windows color (decimal): -16429968 or 7359493. OLE color: 7359493.

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

Color convert

RGB576112-
CMYK0.960.3200.56
HSL200.19º91.45%22.94%-
HSV(B)200.19º95.54%43.92%-
XYZ5.576.3716.27-
YUV58.87157.9889.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 76 (30.08% from 255) = 39.38%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=2.59%
G=39.38%
B=58.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5761120.960.3200.56200.1991.4522.94
Hex54C706020038c85b17
Octal51141601404007031013327
Binary101100110011100001100000100000011100011001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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