#0571AA

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

Shades of Cerulean #0571AA

Tints of Cerulean #0571AA

Color information

#0571AA (or 0x0571AA) is unknown color: approx Cerulean. HEX triplet: 05, 71 and AA. RGB value is (5,113,170). Sum of RGB (Red+Green+Blue) = 5+113+170=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #0571AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0571AA is #FA8E55. Grayscale: #565656. Windows color (decimal): -16420438 or 11170053. OLE color: 11170053.

HSL color Cylindrical-coordinate representation of color #0571AA: hue angle of 200.73º 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 #0571AA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5113170-
CMYK0.970.3400.33
HSL200.73º94.29%34.31%-
HSV(B)200.73º97.06%66.67%-
XYZ13.2214.7440.18-
YUV87.21174.7269.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=1.74%
G=39.24%
B=59.03%

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
Decimal51131700.970.3400.33200.7394.2934.31
Hex571AA6122021c95e22
Octal51612521414204131113642
Binary10111100011010101011000011000100100001110010011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0571AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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