#0570AA

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

Shades of Cerulean #0570AA

Tints of Cerulean #0570AA

Color information

#0570AA (or 0x0570AA) is unknown color: approx Cerulean. HEX triplet: 05, 70 and AA. RGB value is (5,112,170). Sum of RGB (Red+Green+Blue) = 5+112+170=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #0570AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0570AA is #FA8F55. Grayscale: #565656. Windows color (decimal): -16420694 or 11169797. OLE color: 11169797.

HSL color Cylindrical-coordinate representation of color #0570AA: hue angle of 201.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0570AA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5112170-
CMYK0.970.3400.33
HSL201.09º94.29%34.31%-
HSV(B)201.09º97.06%66.67%-
XYZ13.1114.5240.14-
YUV86.62175.0569.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=1.74%
G=39.02%
B=59.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51121700.970.3400.33201.0994.2934.31
Hex570AA6122021c95e22
Octal51602521414204131113642
Binary10111100001010101011000011000100100001110010011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0570AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0570AA; }

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

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

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

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

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

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

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

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