#057293

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

Shades of Cerulean #057293

Tints of Cerulean #057293

Color information

#057293 (or 0x057293) is unknown color: approx Cerulean. HEX triplet: 05, 72 and 93. RGB value is (5,114,147). Sum of RGB (Red+Green+Blue) = 5+114+147=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #057293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057293 is #FA8D6C. Grayscale: #545454. Windows color (decimal): -16420205 or 9662981. OLE color: 9662981.

HSL color Cylindrical-coordinate representation of color #057293: hue angle of 193.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057293 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5114147-
CMYK0.970.2200.42
HSL193.94º93.42%29.8%-
HSV(B)193.94º96.6%57.65%-
XYZ11.3514.1729.74-
YUV85.17162.8970.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=1.88%
G=42.86%
B=55.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51141470.970.2200.42193.9493.4229.8
Hex57293611602Ac25d1e
Octal51622231412605230213536
Binary101111001010010011110000110110010101011000010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057293; }

 p { color: rgb(5,114,147); }

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

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

 a { background-color: rgb(5,114,147); }

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

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

 span { border-color: rgb(5,114,147); }

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