Shades of Cobalt #0947AC
Tints of Cobalt #0947AC
RGB
CMYK
RGB Variations
Color information
#0947AC (or 0x0947AC) is known color: Cobalt. HEX triplet: 09, 47 and AC. RGB value is (9,71,172). Sum of RGB (Red+Green+Blue) = 9+71+172=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #0947AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0947AC is #F6B853. Grayscale: #3F3F3F. Windows color (decimal): -16169044 or 11290377. OLE color: 11290377.
HSL color Cylindrical-coordinate representation of color #0947AC: hue angle of 217.18º 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 #0947AC is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 71 | 172 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.33 |
| HSL | 217.18º | 0.9% | 0.35% | - |
| HSV(B) | 217.18º | 0.95% | 0.67% | - |
| XYZ | 9.81 | 7.54 | 39.97 | - |
| YUV | 63.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 172 | 0.95 | 0.59 | 0 | 0.33 | 217.18 | 0.9 | 0.35 |
| Hex | 9 | 47 | AC | 5F | 3B | 0 | 21 | D9 | 5A | 23 |
| Octal | 11 | 107 | 254 | 137 | 73 | 0 | 41 | 331 | 132 | 43 |
| Binary | 1001 | 1000111 | 10101100 | 1011111 | 111011 | 0 | 100001 | 11011001 | 1011010 | 100011 |
Color Harmonies of #0947AC
Complementary color
Monochromatic Colors of #0947AC
Black with #0947AC
Text Example
Text Example
White with #0947AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947AC; }
p { color: rgb(9,71,172); }
H1.HeaderClassName
{
color: #0947AC;
}
.AnyTagClassName
{
color: #0947AC;
}
</style>
background-color css
<style>
a { background-color: #0947AC; }
a { background-color: rgb(9,71,172); }
div.DivClassName
{
background-color: #0947AC;
}
.BgClassName
{
background-color: #0947AC;
}
</style>
border-color css
<style>
span { border-color: #0947AC; }
span { border-color: rgb(9,71,172); }
td.TdClassName
{
border-color: #0947AC;
}
.TagClassName
{
border-color: #0947AC;
}
</style>