Shades of Cerulean #057299
Tints of Cerulean #057299
RGB
CMYK
RGB Variations
Color information
#057299 (or 0x057299) is known color: Cerulean. HEX triplet: 05, 72 and 99. RGB value is (5,114,153). Sum of RGB (Red+Green+Blue) = 5+114+153=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #057299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057299 is #FA8D66. Grayscale: #555555. Windows color (decimal): -16420199 or 10056197. OLE color: 10056197.
HSL color Cylindrical-coordinate representation of color #057299: hue angle of 195.81º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057299 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 114 | 153 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.4 |
| HSL | 195.81º | 0.94% | 0.31% | - |
| HSV(B) | 195.81º | 0.97% | 0.6% | - |
| XYZ | 11.83 | 14.37 | 32.29 | - |
| YUV | 85.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 153 | 0.97 | 0.25 | 0 | 0.4 | 195.81 | 0.94 | 0.31 |
| Hex | 5 | 72 | 99 | 61 | 19 | 0 | 28 | C4 | 5E | 1F |
| Octal | 5 | 162 | 231 | 141 | 31 | 0 | 50 | 304 | 136 | 37 |
| Binary | 101 | 1110010 | 10011001 | 1100001 | 11001 | 0 | 101000 | 11000100 | 1011110 | 11111 |
Color Harmonies of #057299
Complementary color
Monochromatic Colors of #057299
Black with #057299
Text Example
Text Example
White with #057299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057299; }
p { color: rgb(5,114,153); }
H1.HeaderClassName
{
color: #057299;
}
.AnyTagClassName
{
color: #057299;
}
</style>
background-color css
<style>
a { background-color: #057299; }
a { background-color: rgb(5,114,153); }
div.DivClassName
{
background-color: #057299;
}
.BgClassName
{
background-color: #057299;
}
</style>
border-color css
<style>
span { border-color: #057299; }
span { border-color: rgb(5,114,153); }
td.TdClassName
{
border-color: #057299;
}
.TagClassName
{
border-color: #057299;
}
</style>