#057AA9

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

Shades of Cerulean #057AA9

Tints of Cerulean #057AA9

Color information

#057AA9 (or 0x057AA9) is unknown color: approx Cerulean. HEX triplet: 05, 7A and A9. RGB value is (5,122,169). Sum of RGB (Red+Green+Blue) = 5+122+169=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #057AA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AA9 is #FA8556. Grayscale: #5C5C5C. Windows color (decimal): -16418135 or 11106821. OLE color: 11106821.

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

Color convert

RGB5122169-
CMYK0.970.2800.34
HSL197.2º94.25%34.12%-
HSV(B)197.2º97.04%66.27%-
XYZ14.1816.8240.03-
YUV92.38171.2465.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 169 (66.41% from 255) = 57.09%
R=1.69%
G=41.22%
B=57.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51221690.970.2800.34197.294.2534.12
Hex57AA9611C022c55e22
Octal51722511413404230513642
Binary1011111010101010011100001111000100010110001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057AA9; }

 p { color: rgb(5,122,169); }

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

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

 a { background-color: rgb(5,122,169); }

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

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

 span { border-color: rgb(5,122,169); }

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