Shades of Cobalt #0A49BD
Tints of Cobalt #0A49BD
RGB
CMYK
RGB Variations
Color information
#0A49BD (or 0x0A49BD) is known color: Cobalt. HEX triplet: 0A, 49 and BD. RGB value is (10,73,189). Sum of RGB (Red+Green+Blue) = 10+73+189=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A49BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A49BD is #F5B642. Grayscale: #424242. Windows color (decimal): -16102979 or 12405002. OLE color: 12405002.
HSL color Cylindrical-coordinate representation of color #0A49BD: hue angle of 218.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A49BD is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 73 | 189 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.26 |
| HSL | 218.88º | 0.9% | 0.39% | - |
| HSV(B) | 218.88º | 0.95% | 0.74% | - |
| XYZ | 11.69 | 8.5 | 49.17 | - |
| YUV | 67.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 189 | 0.95 | 0.61 | 0 | 0.26 | 218.88 | 0.9 | 0.39 |
| Hex | A | 49 | BD | 5F | 3D | 0 | 1A | DB | 5A | 27 |
| Octal | 12 | 111 | 275 | 137 | 75 | 0 | 32 | 333 | 132 | 47 |
| Binary | 1010 | 1001001 | 10111101 | 1011111 | 111101 | 0 | 11010 | 11011011 | 1011010 | 100111 |
Color Harmonies of #0A49BD
Complementary color
Monochromatic Colors of #0A49BD
Black with #0A49BD
Text Example
Text Example
White with #0A49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A49BD; }
p { color: rgb(10,73,189); }
H1.HeaderClassName
{
color: #0A49BD;
}
.AnyTagClassName
{
color: #0A49BD;
}
</style>
background-color css
<style>
a { background-color: #0A49BD; }
a { background-color: rgb(10,73,189); }
div.DivClassName
{
background-color: #0A49BD;
}
.BgClassName
{
background-color: #0A49BD;
}
</style>
border-color css
<style>
span { border-color: #0A49BD; }
span { border-color: rgb(10,73,189); }
td.TdClassName
{
border-color: #0A49BD;
}
.TagClassName
{
border-color: #0A49BD;
}
</style>