Shades of Cobalt #0946B6
Tints of Cobalt #0946B6
RGB
CMYK
RGB Variations
Color information
#0946B6 (or 0x0946B6) is known color: Cobalt. HEX triplet: 09, 46 and B6. RGB value is (9,70,182). Sum of RGB (Red+Green+Blue) = 9+70+182=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #0946B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946B6 is #F6B949. Grayscale: #404040. Windows color (decimal): -16169290 or 11945481. OLE color: 11945481.
HSL color Cylindrical-coordinate representation of color #0946B6: hue angle of 218.84º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0946B6 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 70 | 182 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.29 |
| HSL | 218.84º | 0.91% | 0.37% | - |
| HSV(B) | 218.84º | 0.95% | 0.71% | - |
| XYZ | 10.75 | 7.82 | 45.2 | - |
| YUV | 64.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 182 | 0.95 | 0.62 | 0 | 0.29 | 218.84 | 0.91 | 0.37 |
| Hex | 9 | 46 | B6 | 5F | 3E | 0 | 1D | DB | 5B | 25 |
| Octal | 11 | 106 | 266 | 137 | 76 | 0 | 35 | 333 | 133 | 45 |
| Binary | 1001 | 1000110 | 10110110 | 1011111 | 111110 | 0 | 11101 | 11011011 | 1011011 | 100101 |
Color Harmonies of #0946B6
Complementary color
Monochromatic Colors of #0946B6
Black with #0946B6
Text Example
Text Example
White with #0946B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946B6; }
p { color: rgb(9,70,182); }
H1.HeaderClassName
{
color: #0946B6;
}
.AnyTagClassName
{
color: #0946B6;
}
</style>
background-color css
<style>
a { background-color: #0946B6; }
a { background-color: rgb(9,70,182); }
div.DivClassName
{
background-color: #0946B6;
}
.BgClassName
{
background-color: #0946B6;
}
</style>
border-color css
<style>
span { border-color: #0946B6; }
span { border-color: rgb(9,70,182); }
td.TdClassName
{
border-color: #0946B6;
}
.TagClassName
{
border-color: #0946B6;
}
</style>