Shades of Cobalt #0946AD
Tints of Cobalt #0946AD
RGB
CMYK
RGB Variations
Color information
#0946AD (or 0x0946AD) is known color: Cobalt. HEX triplet: 09, 46 and AD. RGB value is (9,70,173). Sum of RGB (Red+Green+Blue) = 9+70+173=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #0946AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0946AD is #F6B952. Grayscale: #3F3F3F. Windows color (decimal): -16169299 or 11355657. OLE color: 11355657.
HSL color Cylindrical-coordinate representation of color #0946AD: hue angle of 217.68º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0946AD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 70 | 173 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.32 |
| HSL | 217.68º | 0.9% | 0.36% | - |
| HSV(B) | 217.68º | 0.95% | 0.68% | - |
| XYZ | 9.85 | 7.46 | 40.46 | - |
| YUV | 63.5 | 189.79 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 173 | 0.95 | 0.60 | 0 | 0.32 | 217.68 | 0.9 | 0.36 |
| Hex | 9 | 46 | AD | 5F | 3C | 0 | 20 | DA | 5A | 24 |
| Octal | 11 | 106 | 255 | 137 | 74 | 0 | 40 | 332 | 132 | 44 |
| Binary | 1001 | 1000110 | 10101101 | 1011111 | 111100 | 0 | 100000 | 11011010 | 1011010 | 100100 |
Color Harmonies of #0946AD
Complementary color
Monochromatic Colors of #0946AD
Black with #0946AD
Text Example
Text Example
White with #0946AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946AD; }
p { color: rgb(9,70,173); }
H1.HeaderClassName
{
color: #0946AD;
}
.AnyTagClassName
{
color: #0946AD;
}
</style>
background-color css
<style>
a { background-color: #0946AD; }
a { background-color: rgb(9,70,173); }
div.DivClassName
{
background-color: #0946AD;
}
.BgClassName
{
background-color: #0946AD;
}
</style>
border-color css
<style>
span { border-color: #0946AD; }
span { border-color: rgb(9,70,173); }
td.TdClassName
{
border-color: #0946AD;
}
.TagClassName
{
border-color: #0946AD;
}
</style>