Shades of Cobalt #095396
Tints of Cobalt #095396
RGB
CMYK
RGB Variations
Color information
#095396 (or 0x095396) is known color: Cobalt. HEX triplet: 09, 53 and 96. RGB value is (9,83,150). Sum of RGB (Red+Green+Blue) = 9+83+150=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #095396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095396 is #F6AC69. Grayscale: #444444. Windows color (decimal): -16165994 or 9851657. OLE color: 9851657.
HSL color Cylindrical-coordinate representation of color #095396: hue angle of 208.51º 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 #095396 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 83 | 150 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.41 |
| HSL | 208.51º | 0.89% | 0.31% | - |
| HSV(B) | 208.51º | 0.94% | 0.59% | - |
| XYZ | 8.71 | 8.45 | 30.03 | - |
| YUV | 68.51 | 173.98 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 150 | 0.94 | 0.45 | 0 | 0.41 | 208.51 | 0.89 | 0.31 |
| Hex | 9 | 53 | 96 | 5E | 2D | 0 | 29 | D1 | 59 | 1F |
| Octal | 11 | 123 | 226 | 136 | 55 | 0 | 51 | 321 | 131 | 37 |
| Binary | 1001 | 1010011 | 10010110 | 1011110 | 101101 | 0 | 101001 | 11010001 | 1011001 | 11111 |
Color Harmonies of #095396
Complementary color
Monochromatic Colors of #095396
Black with #095396
Text Example
Text Example
White with #095396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095396; }
p { color: rgb(9,83,150); }
H1.HeaderClassName
{
color: #095396;
}
.AnyTagClassName
{
color: #095396;
}
</style>
background-color css
<style>
a { background-color: #095396; }
a { background-color: rgb(9,83,150); }
div.DivClassName
{
background-color: #095396;
}
.BgClassName
{
background-color: #095396;
}
</style>
border-color css
<style>
span { border-color: #095396; }
span { border-color: rgb(9,83,150); }
td.TdClassName
{
border-color: #095396;
}
.TagClassName
{
border-color: #095396;
}
</style>