Shades of Cobalt #0940A0
Tints of Cobalt #0940A0
RGB
CMYK
RGB Variations
Color information
#0940A0 (or 0x0940A0) is known color: Cobalt. HEX triplet: 09, 40 and A0. RGB value is (9,64,160). Sum of RGB (Red+Green+Blue) = 9+64+160=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #0940A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0940A0 is #F6BF5F. Grayscale: #3A3A3A. Windows color (decimal): -16170848 or 10502153. OLE color: 10502153.
HSL color Cylindrical-coordinate representation of color #0940A0: hue angle of 218.15º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0940A0 is Cyan = 0.94, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 64 | 160 | - |
| CMYK | 0.94 | 0.6 | 0 | 0.37 |
| HSL | 218.15º | 0.89% | 0.33% | - |
| HSV(B) | 218.15º | 0.94% | 0.63% | - |
| XYZ | 8.29 | 6.26 | 34.03 | - |
| YUV | 58.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 160 | 0.94 | 0.6 | 0 | 0.37 | 218.15 | 0.89 | 0.33 |
| Hex | 9 | 40 | A0 | 5E | 3C | 0 | 25 | DA | 59 | 21 |
| Octal | 11 | 100 | 240 | 136 | 74 | 0 | 45 | 332 | 131 | 41 |
| Binary | 1001 | 1000000 | 10100000 | 1011110 | 111100 | 0 | 100101 | 11011010 | 1011001 | 100001 |
Color Harmonies of #0940A0
Complementary color
Monochromatic Colors of #0940A0
Black with #0940A0
Text Example
Text Example
White with #0940A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0940A0; }
p { color: rgb(9,64,160); }
H1.HeaderClassName
{
color: #0940A0;
}
.AnyTagClassName
{
color: #0940A0;
}
</style>
background-color css
<style>
a { background-color: #0940A0; }
a { background-color: rgb(9,64,160); }
div.DivClassName
{
background-color: #0940A0;
}
.BgClassName
{
background-color: #0940A0;
}
</style>
border-color css
<style>
span { border-color: #0940A0; }
span { border-color: rgb(9,64,160); }
td.TdClassName
{
border-color: #0940A0;
}
.TagClassName
{
border-color: #0940A0;
}
</style>