#057197

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

Shades of Cerulean #057197

Tints of Cerulean #057197

Color information

#057197 (or 0x057197) is unknown color: approx Cerulean. HEX triplet: 05, 71 and 97. RGB value is (5,113,151). Sum of RGB (Red+Green+Blue) = 5+113+151=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #057197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057197 is #FA8E68. Grayscale: #545454. Windows color (decimal): -16420457 or 9924869. OLE color: 9924869.

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

Color convert

RGB5113151-
CMYK0.970.2500.41
HSL195.62º93.59%30.59%-
HSV(B)195.62º96.69%59.22%-
XYZ11.5514.0831.39-
YUV85.04165.2270.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.86%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 151 (59.38% from 255) = 56.13%
R=1.86%
G=42.01%
B=56.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51131510.970.2500.41195.6293.5930.59
Hex571976119029c45e1f
Octal51612271413105130413637
Binary101111000110010111110000111001010100111000100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057197; }

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

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

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

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

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

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

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

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