Shades of Cerulean #05619B
Tints of Cerulean #05619B
RGB
CMYK
RGB Variations
Color information
#05619B (or 0x05619B) is known color: Cerulean. HEX triplet: 05, 61 and 9B. RGB value is (5,97,155). Sum of RGB (Red+Green+Blue) = 5+97+155=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #05619B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05619B is #FA9E64. Grayscale: #4B4B4B. Windows color (decimal): -16424549 or 10182917. OLE color: 10182917.
HSL color Cylindrical-coordinate representation of color #05619B: hue angle of 203.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05619B is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 97 | 155 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.39 |
| HSL | 203.2º | 0.94% | 0.31% | - |
| HSV(B) | 203.2º | 0.97% | 0.61% | - |
| XYZ | 10.25 | 10.95 | 32.58 | - |
| YUV | 76.1 | 172.52 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 155 | 0.97 | 0.37 | 0 | 0.39 | 203.2 | 0.94 | 0.31 |
| Hex | 5 | 61 | 9B | 61 | 25 | 0 | 27 | CB | 5E | 1F |
| Octal | 5 | 141 | 233 | 141 | 45 | 0 | 47 | 313 | 136 | 37 |
| Binary | 101 | 1100001 | 10011011 | 1100001 | 100101 | 0 | 100111 | 11001011 | 1011110 | 11111 |
Color Harmonies of #05619B
Complementary color
Monochromatic Colors of #05619B
Black with #05619B
Text Example
Text Example
White with #05619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05619B; }
p { color: rgb(5,97,155); }
H1.HeaderClassName
{
color: #05619B;
}
.AnyTagClassName
{
color: #05619B;
}
</style>
background-color css
<style>
a { background-color: #05619B; }
a { background-color: rgb(5,97,155); }
div.DivClassName
{
background-color: #05619B;
}
.BgClassName
{
background-color: #05619B;
}
</style>
border-color css
<style>
span { border-color: #05619B; }
span { border-color: rgb(5,97,155); }
td.TdClassName
{
border-color: #05619B;
}
.TagClassName
{
border-color: #05619B;
}
</style>