Shades of Cerulean #05649C
Tints of Cerulean #05649C
RGB
CMYK
RGB Variations
Color information
#05649C (or 0x05649C) is known color: Cerulean. HEX triplet: 05, 64 and 9C. RGB value is (5,100,156). Sum of RGB (Red+Green+Blue) = 5+100+156=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #05649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05649C is #FA9B63. Grayscale: #4D4D4D. Windows color (decimal): -16423780 or 10249221. OLE color: 10249221.
HSL color Cylindrical-coordinate representation of color #05649C: hue angle of 202.25º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05649C is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 100 | 156 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.39 |
| HSL | 202.25º | 0.94% | 0.32% | - |
| HSV(B) | 202.25º | 0.97% | 0.61% | - |
| XYZ | 10.62 | 11.55 | 33.12 | - |
| YUV | 77.98 | 172.03 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 156 | 0.97 | 0.36 | 0 | 0.39 | 202.25 | 0.94 | 0.32 |
| Hex | 5 | 64 | 9C | 61 | 24 | 0 | 27 | CA | 5E | 20 |
| Octal | 5 | 144 | 234 | 141 | 44 | 0 | 47 | 312 | 136 | 40 |
| Binary | 101 | 1100100 | 10011100 | 1100001 | 100100 | 0 | 100111 | 11001010 | 1011110 | 100000 |
Color Harmonies of #05649C
Complementary color
Monochromatic Colors of #05649C
Black with #05649C
Text Example
Text Example
White with #05649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05649C; }
p { color: rgb(5,100,156); }
H1.HeaderClassName
{
color: #05649C;
}
.AnyTagClassName
{
color: #05649C;
}
</style>
background-color css
<style>
a { background-color: #05649C; }
a { background-color: rgb(5,100,156); }
div.DivClassName
{
background-color: #05649C;
}
.BgClassName
{
background-color: #05649C;
}
</style>
border-color css
<style>
span { border-color: #05649C; }
span { border-color: rgb(5,100,156); }
td.TdClassName
{
border-color: #05649C;
}
.TagClassName
{
border-color: #05649C;
}
</style>