Shades of Cobalt #0943AC
Tints of Cobalt #0943AC
RGB
CMYK
RGB Variations
Color information
#0943AC (or 0x0943AC) is known color: Cobalt. HEX triplet: 09, 43 and AC. RGB value is (9,67,172). Sum of RGB (Red+Green+Blue) = 9+67+172=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #0943AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0943AC is #F6BC53. Grayscale: #3D3D3D. Windows color (decimal): -16170068 or 11289353. OLE color: 11289353.
HSL color Cylindrical-coordinate representation of color #0943AC: hue angle of 218.65º 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 #0943AC is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 67 | 172 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.33 |
| HSL | 218.65º | 0.9% | 0.35% | - |
| HSV(B) | 218.65º | 0.95% | 0.67% | - |
| XYZ | 9.57 | 7.05 | 39.89 | - |
| YUV | 61.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 172 | 0.95 | 0.61 | 0 | 0.33 | 218.65 | 0.9 | 0.35 |
| Hex | 9 | 43 | AC | 5F | 3D | 0 | 21 | DB | 5A | 23 |
| Octal | 11 | 103 | 254 | 137 | 75 | 0 | 41 | 333 | 132 | 43 |
| Binary | 1001 | 1000011 | 10101100 | 1011111 | 111101 | 0 | 100001 | 11011011 | 1011010 | 100011 |
Color Harmonies of #0943AC
Complementary color
Monochromatic Colors of #0943AC
Black with #0943AC
Text Example
Text Example
White with #0943AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943AC; }
p { color: rgb(9,67,172); }
H1.HeaderClassName
{
color: #0943AC;
}
.AnyTagClassName
{
color: #0943AC;
}
</style>
background-color css
<style>
a { background-color: #0943AC; }
a { background-color: rgb(9,67,172); }
div.DivClassName
{
background-color: #0943AC;
}
.BgClassName
{
background-color: #0943AC;
}
</style>
border-color css
<style>
span { border-color: #0943AC; }
span { border-color: rgb(9,67,172); }
td.TdClassName
{
border-color: #0943AC;
}
.TagClassName
{
border-color: #0943AC;
}
</style>