Shades of Cerulean #0A5F99
Tints of Cerulean #0A5F99
RGB
CMYK
RGB Variations
Color information
#0A5F99 (or 0x0A5F99) is known color: Cerulean. HEX triplet: 0A, 5F and 99. RGB value is (10,95,153). Sum of RGB (Red+Green+Blue) = 10+95+153=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A5F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5F99 is #F5A066. Grayscale: #4B4B4B. Windows color (decimal): -16097383 or 10051338. OLE color: 10051338.
HSL color Cylindrical-coordinate representation of color #0A5F99: hue angle of 204.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5F99 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 95 | 153 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.4 |
| HSL | 204.34º | 0.88% | 0.32% | - |
| HSV(B) | 204.34º | 0.93% | 0.6% | - |
| XYZ | 9.97 | 10.55 | 31.65 | - |
| YUV | 76.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 153 | 0.93 | 0.38 | 0 | 0.4 | 204.34 | 0.88 | 0.32 |
| Hex | A | 5F | 99 | 5D | 26 | 0 | 28 | CC | 58 | 20 |
| Octal | 12 | 137 | 231 | 135 | 46 | 0 | 50 | 314 | 130 | 40 |
| Binary | 1010 | 1011111 | 10011001 | 1011101 | 100110 | 0 | 101000 | 11001100 | 1011000 | 100000 |
Color Harmonies of #0A5F99
Complementary color
Monochromatic Colors of #0A5F99
Black with #0A5F99
Text Example
Text Example
White with #0A5F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5F99; }
p { color: rgb(10,95,153); }
H1.HeaderClassName
{
color: #0A5F99;
}
.AnyTagClassName
{
color: #0A5F99;
}
</style>
background-color css
<style>
a { background-color: #0A5F99; }
a { background-color: rgb(10,95,153); }
div.DivClassName
{
background-color: #0A5F99;
}
.BgClassName
{
background-color: #0A5F99;
}
</style>
border-color css
<style>
span { border-color: #0A5F99; }
span { border-color: rgb(10,95,153); }
td.TdClassName
{
border-color: #0A5F99;
}
.TagClassName
{
border-color: #0A5F99;
}
</style>