#057EA1

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

Shades of Cerulean #057EA1

Tints of Cerulean #057EA1

Color information

#057EA1 (or 0x057EA1) is unknown color: approx Cerulean. HEX triplet: 05, 7E and A1. RGB value is (5,126,161). Sum of RGB (Red+Green+Blue) = 5+126+161=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #057EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057EA1 is #FA815E. Grayscale: #5D5D5D. Windows color (decimal): -16417119 or 10583557. OLE color: 10583557.

HSL color Cylindrical-coordinate representation of color #057EA1: hue angle of 193.46º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057EA1 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5126161-
CMYK0.970.2200.37
HSL193.46º93.98%32.55%-
HSV(B)193.46º96.89%63.14%-
XYZ13.9617.5336.37-
YUV93.81165.9164.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.71%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 161 (63.28% from 255) = 55.14%
R=1.71%
G=43.15%
B=55.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51261610.970.2200.37193.4693.9832.55
Hex57EA16116025c15e21
Octal51762411412604530113641
Binary1011111110101000011100001101100100101110000011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,126,161); }

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

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

 a { background-color: rgb(5,126,161); }

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

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

 span { border-color: rgb(5,126,161); }

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