Shades of Cobalt #0A46B6
Tints of Cobalt #0A46B6
RGB
CMYK
RGB Variations
Color information
#0A46B6 (or 0x0A46B6) is known color: Cobalt. HEX triplet: 0A, 46 and B6. RGB value is (10,70,182). Sum of RGB (Red+Green+Blue) = 10+70+182=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A46B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A46B6 is #F5B949. Grayscale: #404040. Windows color (decimal): -16103754 or 11945482. OLE color: 11945482.
HSL color Cylindrical-coordinate representation of color #0A46B6: hue angle of 219.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A46B6 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 70 | 182 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.29 |
| HSL | 219.07º | 0.9% | 0.38% | - |
| HSV(B) | 219.07º | 0.95% | 0.71% | - |
| XYZ | 10.76 | 7.82 | 45.2 | - |
| YUV | 64.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 182 | 0.95 | 0.62 | 0 | 0.29 | 219.07 | 0.9 | 0.38 |
| Hex | A | 46 | B6 | 5F | 3E | 0 | 1D | DB | 5A | 26 |
| Octal | 12 | 106 | 266 | 137 | 76 | 0 | 35 | 333 | 132 | 46 |
| Binary | 1010 | 1000110 | 10110110 | 1011111 | 111110 | 0 | 11101 | 11011011 | 1011010 | 100110 |
Color Harmonies of #0A46B6
Complementary color
Monochromatic Colors of #0A46B6
Black with #0A46B6
Text Example
Text Example
White with #0A46B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A46B6; }
p { color: rgb(10,70,182); }
H1.HeaderClassName
{
color: #0A46B6;
}
.AnyTagClassName
{
color: #0A46B6;
}
</style>
background-color css
<style>
a { background-color: #0A46B6; }
a { background-color: rgb(10,70,182); }
div.DivClassName
{
background-color: #0A46B6;
}
.BgClassName
{
background-color: #0A46B6;
}
</style>
border-color css
<style>
span { border-color: #0A46B6; }
span { border-color: rgb(10,70,182); }
td.TdClassName
{
border-color: #0A46B6;
}
.TagClassName
{
border-color: #0A46B6;
}
</style>