Shades of Cerulean #05629B
Tints of Cerulean #05629B
RGB
CMYK
RGB Variations
Color information
#05629B (or 0x05629B) is known color: Cerulean. HEX triplet: 05, 62 and 9B. RGB value is (5,98,155). Sum of RGB (Red+Green+Blue) = 5+98+155=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #05629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05629B is #FA9D64. Grayscale: #4C4C4C. Windows color (decimal): -16424293 or 10183173. OLE color: 10183173.
HSL color Cylindrical-coordinate representation of color #05629B: hue angle of 202.8º 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 #05629B is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 98 | 155 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.39 |
| HSL | 202.8º | 0.94% | 0.31% | - |
| HSV(B) | 202.8º | 0.97% | 0.61% | - |
| XYZ | 10.35 | 11.13 | 32.61 | - |
| YUV | 76.69 | 172.19 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 155 | 0.97 | 0.37 | 0 | 0.39 | 202.8 | 0.94 | 0.31 |
| Hex | 5 | 62 | 9B | 61 | 25 | 0 | 27 | CB | 5E | 1F |
| Octal | 5 | 142 | 233 | 141 | 45 | 0 | 47 | 313 | 136 | 37 |
| Binary | 101 | 1100010 | 10011011 | 1100001 | 100101 | 0 | 100111 | 11001011 | 1011110 | 11111 |
Color Harmonies of #05629B
Complementary color
Monochromatic Colors of #05629B
Black with #05629B
Text Example
Text Example
White with #05629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05629B; }
p { color: rgb(5,98,155); }
H1.HeaderClassName
{
color: #05629B;
}
.AnyTagClassName
{
color: #05629B;
}
</style>
background-color css
<style>
a { background-color: #05629B; }
a { background-color: rgb(5,98,155); }
div.DivClassName
{
background-color: #05629B;
}
.BgClassName
{
background-color: #05629B;
}
</style>
border-color css
<style>
span { border-color: #05629B; }
span { border-color: rgb(5,98,155); }
td.TdClassName
{
border-color: #05629B;
}
.TagClassName
{
border-color: #05629B;
}
</style>