Shades of Cobalt #0941AD
Tints of Cobalt #0941AD
RGB
CMYK
RGB Variations
Color information
#0941AD (or 0x0941AD) is known color: Cobalt. HEX triplet: 09, 41 and AD. RGB value is (9,65,173). Sum of RGB (Red+Green+Blue) = 9+65+173=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0941AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0941AD is #F6BE52. Grayscale: #3C3C3C. Windows color (decimal): -16170579 or 11354377. OLE color: 11354377.
HSL color Cylindrical-coordinate representation of color #0941AD: hue angle of 219.51º 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 #0941AD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 65 | 173 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.32 |
| HSL | 219.51º | 0.9% | 0.36% | - |
| HSV(B) | 219.51º | 0.95% | 0.68% | - |
| XYZ | 9.55 | 6.86 | 40.36 | - |
| YUV | 60.57 | 191.45 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 173 | 0.95 | 0.62 | 0 | 0.32 | 219.51 | 0.9 | 0.36 |
| Hex | 9 | 41 | AD | 5F | 3E | 0 | 20 | DC | 5A | 24 |
| Octal | 11 | 101 | 255 | 137 | 76 | 0 | 40 | 334 | 132 | 44 |
| Binary | 1001 | 1000001 | 10101101 | 1011111 | 111110 | 0 | 100000 | 11011100 | 1011010 | 100100 |
Color Harmonies of #0941AD
Complementary color
Monochromatic Colors of #0941AD
Black with #0941AD
Text Example
Text Example
White with #0941AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0941AD; }
p { color: rgb(9,65,173); }
H1.HeaderClassName
{
color: #0941AD;
}
.AnyTagClassName
{
color: #0941AD;
}
</style>
background-color css
<style>
a { background-color: #0941AD; }
a { background-color: rgb(9,65,173); }
div.DivClassName
{
background-color: #0941AD;
}
.BgClassName
{
background-color: #0941AD;
}
</style>
border-color css
<style>
span { border-color: #0941AD; }
span { border-color: rgb(9,65,173); }
td.TdClassName
{
border-color: #0941AD;
}
.TagClassName
{
border-color: #0941AD;
}
</style>