Shades of Cerulean #05619C
Tints of Cerulean #05619C
RGB
CMYK
RGB Variations
Color information
#05619C (or 0x05619C) is known color: Cerulean. HEX triplet: 05, 61 and 9C. RGB value is (5,97,156). Sum of RGB (Red+Green+Blue) = 5+97+156=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #05619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05619C is #FA9E63. Grayscale: #4B4B4B. Windows color (decimal): -16424548 or 10248453. OLE color: 10248453.
HSL color Cylindrical-coordinate representation of color #05619C: hue angle of 203.44º 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 #05619C is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 97 | 156 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.39 |
| HSL | 203.44º | 0.94% | 0.32% | - |
| HSV(B) | 203.44º | 0.97% | 0.61% | - |
| XYZ | 10.34 | 10.98 | 33.03 | - |
| YUV | 76.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 156 | 0.97 | 0.38 | 0 | 0.39 | 203.44 | 0.94 | 0.32 |
| Hex | 5 | 61 | 9C | 61 | 26 | 0 | 27 | CB | 5E | 20 |
| Octal | 5 | 141 | 234 | 141 | 46 | 0 | 47 | 313 | 136 | 40 |
| Binary | 101 | 1100001 | 10011100 | 1100001 | 100110 | 0 | 100111 | 11001011 | 1011110 | 100000 |
Color Harmonies of #05619C
Complementary color
Monochromatic Colors of #05619C
Black with #05619C
Text Example
Text Example
White with #05619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05619C; }
p { color: rgb(5,97,156); }
H1.HeaderClassName
{
color: #05619C;
}
.AnyTagClassName
{
color: #05619C;
}
</style>
background-color css
<style>
a { background-color: #05619C; }
a { background-color: rgb(5,97,156); }
div.DivClassName
{
background-color: #05619C;
}
.BgClassName
{
background-color: #05619C;
}
</style>
border-color css
<style>
span { border-color: #05619C; }
span { border-color: rgb(5,97,156); }
td.TdClassName
{
border-color: #05619C;
}
.TagClassName
{
border-color: #05619C;
}
</style>