#057BA2

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

Shades of Cerulean #057BA2

Tints of Cerulean #057BA2

Color information

#057BA2 (or 0x057BA2) is unknown color: approx Cerulean. HEX triplet: 05, 7B and A2. RGB value is (5,123,162). Sum of RGB (Red+Green+Blue) = 5+123+162=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #057BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057BA2 is #FA845D. Grayscale: #5B5B5B. Windows color (decimal): -16417886 or 10648325. OLE color: 10648325.

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

Color convert

RGB5123162-
CMYK0.970.2400.36
HSL194.9º94.01%32.75%-
HSV(B)194.9º96.91%63.53%-
XYZ13.6716.8136.71-
YUV92.16167.4165.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=1.72%
G=42.41%
B=55.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51231620.970.2400.36194.994.0132.75
Hex57BA26118024c35e21
Octal51732421413004430313641
Binary1011111011101000101100001110000100100110000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,123,162); }

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

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

 a { background-color: rgb(5,123,162); }

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

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

 span { border-color: rgb(5,123,162); }

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