#057199

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

Shades of Cerulean #057199

Tints of Cerulean #057199

Color information

#057199 (or 0x057199) is unknown color: approx Cerulean. HEX triplet: 05, 71 and 99. RGB value is (5,113,153). Sum of RGB (Red+Green+Blue) = 5+113+153=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #057199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057199 is #FA8E66. Grayscale: #555555. Windows color (decimal): -16420455 or 10055941. OLE color: 10055941.

HSL color Cylindrical-coordinate representation of color #057199: hue angle of 196.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057199 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5113153-
CMYK0.970.2600.4
HSL196.22º93.67%30.98%-
HSV(B)196.22º96.73%60%-
XYZ11.7214.1432.25-
YUV85.27166.2270.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=1.85%
G=41.70%
B=56.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51131530.970.2600.4196.2293.6730.98
Hex57199611A028c45e1f
Octal51612311413205030413637
Binary101111000110011001110000111010010100011000100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057199; }

 p { color: rgb(5,113,153); }

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

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

 a { background-color: rgb(5,113,153); }

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

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

 span { border-color: rgb(5,113,153); }

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