Shades of Cerulean #0A609B
Tints of Cerulean #0A609B
RGB
CMYK
RGB Variations
Color information
#0A609B (or 0x0A609B) is known color: Cerulean. HEX triplet: 0A, 60 and 9B. RGB value is (10,96,155). Sum of RGB (Red+Green+Blue) = 10+96+155=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A609B is #F59F64. Grayscale: #4C4C4C. Windows color (decimal): -16097125 or 10182666. OLE color: 10182666.
HSL color Cylindrical-coordinate representation of color #0A609B: hue angle of 204.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A609B is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 96 | 155 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.39 |
| HSL | 204.41º | 0.88% | 0.32% | - |
| HSV(B) | 204.41º | 0.94% | 0.61% | - |
| XYZ | 10.22 | 10.8 | 32.56 | - |
| YUV | 77.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 96 | 155 | 0.94 | 0.38 | 0 | 0.39 | 204.41 | 0.88 | 0.32 |
| Hex | A | 60 | 9B | 5E | 26 | 0 | 27 | CC | 58 | 20 |
| Octal | 12 | 140 | 233 | 136 | 46 | 0 | 47 | 314 | 130 | 40 |
| Binary | 1010 | 1100000 | 10011011 | 1011110 | 100110 | 0 | 100111 | 11001100 | 1011000 | 100000 |
Color Harmonies of #0A609B
Complementary color
Monochromatic Colors of #0A609B
Black with #0A609B
Text Example
Text Example
White with #0A609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A609B; }
p { color: rgb(10,96,155); }
H1.HeaderClassName
{
color: #0A609B;
}
.AnyTagClassName
{
color: #0A609B;
}
</style>
background-color css
<style>
a { background-color: #0A609B; }
a { background-color: rgb(10,96,155); }
div.DivClassName
{
background-color: #0A609B;
}
.BgClassName
{
background-color: #0A609B;
}
</style>
border-color css
<style>
span { border-color: #0A609B; }
span { border-color: rgb(10,96,155); }
td.TdClassName
{
border-color: #0A609B;
}
.TagClassName
{
border-color: #0A609B;
}
</style>