Shades of Cobalt #0A5198
Tints of Cobalt #0A5198
RGB
CMYK
RGB Variations
Color information
#0A5198 (or 0x0A5198) is known color: Cobalt. HEX triplet: 0A, 51 and 98. RGB value is (10,81,152). Sum of RGB (Red+Green+Blue) = 10+81+152=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A5198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5198 is #F5AE67. Grayscale: #434343. Windows color (decimal): -16100968 or 9982218. OLE color: 9982218.
HSL color Cylindrical-coordinate representation of color #0A5198: hue angle of 210º 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 #0A5198 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 81 | 152 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.40 |
| HSL | 210º | 0.88% | 0.32% | - |
| HSV(B) | 210º | 0.93% | 0.6% | - |
| XYZ | 8.74 | 8.22 | 30.83 | - |
| YUV | 67.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 152 | 0.93 | 0.47 | 0 | 0.40 | 210 | 0.88 | 0.32 |
| Hex | A | 51 | 98 | 5D | 2F | 0 | 28 | D2 | 58 | 20 |
| Octal | 12 | 121 | 230 | 135 | 57 | 0 | 50 | 322 | 130 | 40 |
| Binary | 1010 | 1010001 | 10011000 | 1011101 | 101111 | 0 | 101000 | 11010010 | 1011000 | 100000 |
Color Harmonies of #0A5198
Complementary color
Monochromatic Colors of #0A5198
Black with #0A5198
Text Example
Text Example
White with #0A5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5198; }
p { color: rgb(10,81,152); }
H1.HeaderClassName
{
color: #0A5198;
}
.AnyTagClassName
{
color: #0A5198;
}
</style>
background-color css
<style>
a { background-color: #0A5198; }
a { background-color: rgb(10,81,152); }
div.DivClassName
{
background-color: #0A5198;
}
.BgClassName
{
background-color: #0A5198;
}
</style>
border-color css
<style>
span { border-color: #0A5198; }
span { border-color: rgb(10,81,152); }
td.TdClassName
{
border-color: #0A5198;
}
.TagClassName
{
border-color: #0A5198;
}
</style>