Shades of Cerulean #0A6596
Tints of Cerulean #0A6596
RGB
CMYK
RGB Variations
Color information
#0A6596 (or 0x0A6596) is known color: Cerulean. HEX triplet: 0A, 65 and 96. RGB value is (10,101,150). Sum of RGB (Red+Green+Blue) = 10+101+150=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A6596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6596 is #F59A69. Grayscale: #4F4F4F. Windows color (decimal): -16095850 or 9856266. OLE color: 9856266.
HSL color Cylindrical-coordinate representation of color #0A6596: hue angle of 201º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6596 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 101 | 150 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.41 |
| HSL | 201º | 0.88% | 0.31% | - |
| HSV(B) | 201º | 0.93% | 0.59% | - |
| XYZ | 10.28 | 11.57 | 30.55 | - |
| YUV | 79.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 150 | 0.93 | 0.33 | 0 | 0.41 | 201 | 0.88 | 0.31 |
| Hex | A | 65 | 96 | 5D | 21 | 0 | 29 | C9 | 58 | 1F |
| Octal | 12 | 145 | 226 | 135 | 41 | 0 | 51 | 311 | 130 | 37 |
| Binary | 1010 | 1100101 | 10010110 | 1011101 | 100001 | 0 | 101001 | 11001001 | 1011000 | 11111 |
Color Harmonies of #0A6596
Complementary color
Monochromatic Colors of #0A6596
Black with #0A6596
Text Example
Text Example
White with #0A6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6596; }
p { color: rgb(10,101,150); }
H1.HeaderClassName
{
color: #0A6596;
}
.AnyTagClassName
{
color: #0A6596;
}
</style>
background-color css
<style>
a { background-color: #0A6596; }
a { background-color: rgb(10,101,150); }
div.DivClassName
{
background-color: #0A6596;
}
.BgClassName
{
background-color: #0A6596;
}
</style>
border-color css
<style>
span { border-color: #0A6596; }
span { border-color: rgb(10,101,150); }
td.TdClassName
{
border-color: #0A6596;
}
.TagClassName
{
border-color: #0A6596;
}
</style>