Shades of Cerulean #05649F
Tints of Cerulean #05649F
RGB
CMYK
RGB Variations
Color information
#05649F (or 0x05649F) is known color: Cerulean. HEX triplet: 05, 64 and 9F. RGB value is (5,100,159). Sum of RGB (Red+Green+Blue) = 5+100+159=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #05649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05649F is #FA9B60. Grayscale: #4D4D4D. Windows color (decimal): -16423777 or 10445829. OLE color: 10445829.
HSL color Cylindrical-coordinate representation of color #05649F: hue angle of 202.99º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05649F is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 100 | 159 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.38 |
| HSL | 202.99º | 0.94% | 0.32% | - |
| HSV(B) | 202.99º | 0.97% | 0.62% | - |
| XYZ | 10.88 | 11.65 | 34.48 | - |
| YUV | 78.32 | 173.53 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 159 | 0.97 | 0.37 | 0 | 0.38 | 202.99 | 0.94 | 0.32 |
| Hex | 5 | 64 | 9F | 61 | 25 | 0 | 26 | CB | 5E | 20 |
| Octal | 5 | 144 | 237 | 141 | 45 | 0 | 46 | 313 | 136 | 40 |
| Binary | 101 | 1100100 | 10011111 | 1100001 | 100101 | 0 | 100110 | 11001011 | 1011110 | 100000 |
Color Harmonies of #05649F
Complementary color
Monochromatic Colors of #05649F
Black with #05649F
Text Example
Text Example
White with #05649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05649F; }
p { color: rgb(5,100,159); }
H1.HeaderClassName
{
color: #05649F;
}
.AnyTagClassName
{
color: #05649F;
}
</style>
background-color css
<style>
a { background-color: #05649F; }
a { background-color: rgb(5,100,159); }
div.DivClassName
{
background-color: #05649F;
}
.BgClassName
{
background-color: #05649F;
}
</style>
border-color css
<style>
span { border-color: #05649F; }
span { border-color: rgb(5,100,159); }
td.TdClassName
{
border-color: #05649F;
}
.TagClassName
{
border-color: #05649F;
}
</style>