#057CA8

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

Shades of Cerulean #057CA8

Tints of Cerulean #057CA8

Color information

#057CA8 (or 0x057CA8) is unknown color: approx Cerulean. HEX triplet: 05, 7C and A8. RGB value is (5,124,168). Sum of RGB (Red+Green+Blue) = 5+124+168=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #057CA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CA8 is #FA8357. Grayscale: #5D5D5D. Windows color (decimal): -16417624 or 11041797. OLE color: 11041797.

HSL color Cylindrical-coordinate representation of color #057CA8: hue angle of 196.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 #057CA8 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5124168-
CMYK0.970.2600.34
HSL196.2º94.22%33.92%-
HSV(B)196.2º97.02%65.88%-
XYZ14.3417.2739.62-
YUV93.44170.0864.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 168 (66.02% from 255) = 56.57%
R=1.68%
G=41.75%
B=56.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51241680.970.2600.34196.294.2233.92
Hex57CA8611A022c45e22
Octal51742501413204230413642
Binary1011111100101010001100001110100100010110001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,124,168); }

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

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

 a { background-color: rgb(5,124,168); }

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

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

 span { border-color: rgb(5,124,168); }

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