#055070

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

Shades of Dark Cerulean #055070

Tints of Dark Cerulean #055070

Color information

#055070 (or 0x055070) is unknown color: approx Dark Cerulean. HEX triplet: 05, 50 and 70. RGB value is (5,80,112). Sum of RGB (Red+Green+Blue) = 5+80+112=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #055070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055070 is #FAAF8F. Grayscale: #3D3D3D. Windows color (decimal): -16428944 or 7360517. OLE color: 7360517.

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

Color convert

RGB580112-
CMYK0.960.2900.56
HSL197.94º91.45%22.94%-
HSV(B)197.94º95.54%43.92%-
XYZ5.866.9416.36-
YUV61.22156.6587.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=2.54%
G=40.61%
B=56.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5801120.960.2900.56197.9491.4522.94
Hex55070601D038c65b17
Octal51201601403507030613327
Binary10110100001110000110000011101011100011000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055070; }

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

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

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

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

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

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

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

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