Shades of Cerulean #057393
Tints of Cerulean #057393
RGB
CMYK
RGB Variations
Color information
#057393 (or 0x057393) is known color: Cerulean. HEX triplet: 05, 73 and 93. RGB value is (5,115,147). Sum of RGB (Red+Green+Blue) = 5+115+147=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #057393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057393 is #FA8C6C. Grayscale: #555555. Windows color (decimal): -16419949 or 9663237. OLE color: 9663237.
HSL color Cylindrical-coordinate representation of color #057393: hue angle of 193.52º 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 #057393 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 115 | 147 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.42 |
| HSL | 193.52º | 0.93% | 0.3% | - |
| HSV(B) | 193.52º | 0.97% | 0.58% | - |
| XYZ | 11.46 | 14.4 | 29.78 | - |
| YUV | 85.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 147 | 0.97 | 0.22 | 0 | 0.42 | 193.52 | 0.93 | 0.3 |
| Hex | 5 | 73 | 93 | 61 | 16 | 0 | 2A | C2 | 5D | 1E |
| Octal | 5 | 163 | 223 | 141 | 26 | 0 | 52 | 302 | 135 | 36 |
| Binary | 101 | 1110011 | 10010011 | 1100001 | 10110 | 0 | 101010 | 11000010 | 1011101 | 11110 |
Color Harmonies of #057393
Complementary color
Monochromatic Colors of #057393
Black with #057393
Text Example
Text Example
White with #057393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057393; }
p { color: rgb(5,115,147); }
H1.HeaderClassName
{
color: #057393;
}
.AnyTagClassName
{
color: #057393;
}
</style>
background-color css
<style>
a { background-color: #057393; }
a { background-color: rgb(5,115,147); }
div.DivClassName
{
background-color: #057393;
}
.BgClassName
{
background-color: #057393;
}
</style>
border-color css
<style>
span { border-color: #057393; }
span { border-color: rgb(5,115,147); }
td.TdClassName
{
border-color: #057393;
}
.TagClassName
{
border-color: #057393;
}
</style>