Shades of Cobalt #0946AC
Tints of Cobalt #0946AC
RGB
CMYK
RGB Variations
Color information
#0946AC (or 0x0946AC) is known color: Cobalt. HEX triplet: 09, 46 and AC. RGB value is (9,70,172). Sum of RGB (Red+Green+Blue) = 9+70+172=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #0946AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0946AC is #F6B953. Grayscale: #3E3E3E. Windows color (decimal): -16169300 or 11290121. OLE color: 11290121.
HSL color Cylindrical-coordinate representation of color #0946AC: hue angle of 217.55º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0946AC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 70 | 172 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.33 |
| HSL | 217.55º | 0.9% | 0.35% | - |
| HSV(B) | 217.55º | 0.95% | 0.67% | - |
| XYZ | 9.75 | 7.42 | 39.95 | - |
| YUV | 63.39 | 189.29 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 172 | 0.95 | 0.59 | 0 | 0.33 | 217.55 | 0.9 | 0.35 |
| Hex | 9 | 46 | AC | 5F | 3B | 0 | 21 | DA | 5A | 23 |
| Octal | 11 | 106 | 254 | 137 | 73 | 0 | 41 | 332 | 132 | 43 |
| Binary | 1001 | 1000110 | 10101100 | 1011111 | 111011 | 0 | 100001 | 11011010 | 1011010 | 100011 |
Color Harmonies of #0946AC
Complementary color
Monochromatic Colors of #0946AC
Black with #0946AC
Text Example
Text Example
White with #0946AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946AC; }
p { color: rgb(9,70,172); }
H1.HeaderClassName
{
color: #0946AC;
}
.AnyTagClassName
{
color: #0946AC;
}
</style>
background-color css
<style>
a { background-color: #0946AC; }
a { background-color: rgb(9,70,172); }
div.DivClassName
{
background-color: #0946AC;
}
.BgClassName
{
background-color: #0946AC;
}
</style>
border-color css
<style>
span { border-color: #0946AC; }
span { border-color: rgb(9,70,172); }
td.TdClassName
{
border-color: #0946AC;
}
.TagClassName
{
border-color: #0946AC;
}
</style>