Shades of Cobalt #095696
Tints of Cobalt #095696
RGB
CMYK
RGB Variations
Color information
#095696 (or 0x095696) is known color: Cobalt. HEX triplet: 09, 56 and 96. RGB value is (9,86,150). Sum of RGB (Red+Green+Blue) = 9+86+150=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #095696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095696 is #F6A969. Grayscale: #454545. Windows color (decimal): -16165226 or 9852425. OLE color: 9852425.
HSL color Cylindrical-coordinate representation of color #095696: hue angle of 207.23º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095696 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 86 | 150 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.41 |
| HSL | 207.23º | 0.89% | 0.31% | - |
| HSV(B) | 207.23º | 0.94% | 0.59% | - |
| XYZ | 8.95 | 8.92 | 30.1 | - |
| YUV | 70.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 150 | 0.94 | 0.43 | 0 | 0.41 | 207.23 | 0.89 | 0.31 |
| Hex | 9 | 56 | 96 | 5E | 2B | 0 | 29 | CF | 59 | 1F |
| Octal | 11 | 126 | 226 | 136 | 53 | 0 | 51 | 317 | 131 | 37 |
| Binary | 1001 | 1010110 | 10010110 | 1011110 | 101011 | 0 | 101001 | 11001111 | 1011001 | 11111 |
Color Harmonies of #095696
Complementary color
Monochromatic Colors of #095696
Black with #095696
Text Example
Text Example
White with #095696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095696; }
p { color: rgb(9,86,150); }
H1.HeaderClassName
{
color: #095696;
}
.AnyTagClassName
{
color: #095696;
}
</style>
background-color css
<style>
a { background-color: #095696; }
a { background-color: rgb(9,86,150); }
div.DivClassName
{
background-color: #095696;
}
.BgClassName
{
background-color: #095696;
}
</style>
border-color css
<style>
span { border-color: #095696; }
span { border-color: rgb(9,86,150); }
td.TdClassName
{
border-color: #095696;
}
.TagClassName
{
border-color: #095696;
}
</style>