Shades of Cobalt #09569D
Tints of Cobalt #09569D
RGB
CMYK
RGB Variations
Color information
#09569D (or 0x09569D) is known color: Cobalt. HEX triplet: 09, 56 and 9D. RGB value is (9,86,157). Sum of RGB (Red+Green+Blue) = 9+86+157=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #09569D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09569D is #F6A962. Grayscale: #464646. Windows color (decimal): -16165219 or 10311177. OLE color: 10311177.
HSL color Cylindrical-coordinate representation of color #09569D: hue angle of 208.78º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09569D is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 86 | 157 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.38 |
| HSL | 208.78º | 0.89% | 0.33% | - |
| HSV(B) | 208.78º | 0.94% | 0.62% | - |
| XYZ | 9.53 | 9.15 | 33.16 | - |
| YUV | 71.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 157 | 0.94 | 0.45 | 0 | 0.38 | 208.78 | 0.89 | 0.33 |
| Hex | 9 | 56 | 9D | 5E | 2D | 0 | 26 | D1 | 59 | 21 |
| Octal | 11 | 126 | 235 | 136 | 55 | 0 | 46 | 321 | 131 | 41 |
| Binary | 1001 | 1010110 | 10011101 | 1011110 | 101101 | 0 | 100110 | 11010001 | 1011001 | 100001 |
Color Harmonies of #09569D
Complementary color
Monochromatic Colors of #09569D
Black with #09569D
Text Example
Text Example
White with #09569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09569D; }
p { color: rgb(9,86,157); }
H1.HeaderClassName
{
color: #09569D;
}
.AnyTagClassName
{
color: #09569D;
}
</style>
background-color css
<style>
a { background-color: #09569D; }
a { background-color: rgb(9,86,157); }
div.DivClassName
{
background-color: #09569D;
}
.BgClassName
{
background-color: #09569D;
}
</style>
border-color css
<style>
span { border-color: #09569D; }
span { border-color: rgb(9,86,157); }
td.TdClassName
{
border-color: #09569D;
}
.TagClassName
{
border-color: #09569D;
}
</style>