Shades of Cobalt #09509C
Tints of Cobalt #09509C
RGB
CMYK
RGB Variations
Color information
#09509C (or 0x09509C) is known color: Cobalt. HEX triplet: 09, 50 and 9C. RGB value is (9,80,156). Sum of RGB (Red+Green+Blue) = 9+80+156=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #09509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09509C is #F6AF63. Grayscale: #434343. Windows color (decimal): -16166756 or 10244105. OLE color: 10244105.
HSL color Cylindrical-coordinate representation of color #09509C: hue angle of 211.02º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09509C is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 80 | 156 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.39 |
| HSL | 211.02º | 0.89% | 0.32% | - |
| HSV(B) | 211.02º | 0.94% | 0.61% | - |
| XYZ | 8.98 | 8.2 | 32.56 | - |
| YUV | 67.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 156 | 0.94 | 0.49 | 0 | 0.39 | 211.02 | 0.89 | 0.32 |
| Hex | 9 | 50 | 9C | 5E | 31 | 0 | 27 | D3 | 59 | 20 |
| Octal | 11 | 120 | 234 | 136 | 61 | 0 | 47 | 323 | 131 | 40 |
| Binary | 1001 | 1010000 | 10011100 | 1011110 | 110001 | 0 | 100111 | 11010011 | 1011001 | 100000 |
Color Harmonies of #09509C
Complementary color
Monochromatic Colors of #09509C
Black with #09509C
Text Example
Text Example
White with #09509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09509C; }
p { color: rgb(9,80,156); }
H1.HeaderClassName
{
color: #09509C;
}
.AnyTagClassName
{
color: #09509C;
}
</style>
background-color css
<style>
a { background-color: #09509C; }
a { background-color: rgb(9,80,156); }
div.DivClassName
{
background-color: #09509C;
}
.BgClassName
{
background-color: #09509C;
}
</style>
border-color css
<style>
span { border-color: #09509C; }
span { border-color: rgb(9,80,156); }
td.TdClassName
{
border-color: #09509C;
}
.TagClassName
{
border-color: #09509C;
}
</style>