#057A9E

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

Shades of Cerulean #057A9E

Tints of Cerulean #057A9E

Color information

#057A9E (or 0x057A9E) is unknown color: approx Cerulean. HEX triplet: 05, 7A and 9E. RGB value is (5,122,158). Sum of RGB (Red+Green+Blue) = 5+122+158=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #057A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057A9E is #FA8561. Grayscale: #5A5A5A. Windows color (decimal): -16418146 or 10385925. OLE color: 10385925.

HSL color Cylindrical-coordinate representation of color #057A9E: hue angle of 194.12º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057A9E is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5122158-
CMYK0.970.2300.38
HSL194.12º93.87%31.96%-
HSV(B)194.12º96.84%61.96%-
XYZ13.1916.4234.82-
YUV91.12165.7466.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=1.75%
G=42.81%
B=55.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51221580.970.2300.38194.1293.8731.96
Hex57A9E6117026c25e20
Octal51722361412704630213640
Binary1011111010100111101100001101110100110110000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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