Shades of Cobalt #0940AD
Tints of Cobalt #0940AD
RGB
CMYK
RGB Variations
Color information
#0940AD (or 0x0940AD) is known color: Cobalt. HEX triplet: 09, 40 and AD. RGB value is (9,64,173). Sum of RGB (Red+Green+Blue) = 9+64+173=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #0940AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0940AD is #F6BF52. Grayscale: #3B3B3B. Windows color (decimal): -16170835 or 11354121. OLE color: 11354121.
HSL color Cylindrical-coordinate representation of color #0940AD: hue angle of 219.88º 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 #0940AD is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 64 | 173 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.32 |
| HSL | 219.88º | 0.9% | 0.36% | - |
| HSV(B) | 219.88º | 0.95% | 0.68% | - |
| XYZ | 9.49 | 6.74 | 40.34 | - |
| YUV | 59.98 | 191.78 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 173 | 0.95 | 0.63 | 0 | 0.32 | 219.88 | 0.9 | 0.36 |
| Hex | 9 | 40 | AD | 5F | 3F | 0 | 20 | DC | 5A | 24 |
| Octal | 11 | 100 | 255 | 137 | 77 | 0 | 40 | 334 | 132 | 44 |
| Binary | 1001 | 1000000 | 10101101 | 1011111 | 111111 | 0 | 100000 | 11011100 | 1011010 | 100100 |
Color Harmonies of #0940AD
Complementary color
Monochromatic Colors of #0940AD
Black with #0940AD
Text Example
Text Example
White with #0940AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0940AD; }
p { color: rgb(9,64,173); }
H1.HeaderClassName
{
color: #0940AD;
}
.AnyTagClassName
{
color: #0940AD;
}
</style>
background-color css
<style>
a { background-color: #0940AD; }
a { background-color: rgb(9,64,173); }
div.DivClassName
{
background-color: #0940AD;
}
.BgClassName
{
background-color: #0940AD;
}
</style>
border-color css
<style>
span { border-color: #0940AD; }
span { border-color: rgb(9,64,173); }
td.TdClassName
{
border-color: #0940AD;
}
.TagClassName
{
border-color: #0940AD;
}
</style>