Shades of Cobalt #095BA6
Tints of Cobalt #095BA6
RGB
CMYK
RGB Variations
Color information
#095BA6 (or 0x095BA6) is known color: Cobalt. HEX triplet: 09, 5B and A6. RGB value is (9,91,166). Sum of RGB (Red+Green+Blue) = 9+91+166=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #095BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095BA6 is #F6A459. Grayscale: #4A4A4A. Windows color (decimal): -16163930 or 10902281. OLE color: 10902281.
HSL color Cylindrical-coordinate representation of color #095BA6: hue angle of 208.66º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BA6 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 91 | 166 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.35 |
| HSL | 208.66º | 0.9% | 0.34% | - |
| HSV(B) | 208.66º | 0.95% | 0.65% | - |
| XYZ | 10.74 | 10.29 | 37.5 | - |
| YUV | 75.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 166 | 0.95 | 0.45 | 0 | 0.35 | 208.66 | 0.9 | 0.34 |
| Hex | 9 | 5B | A6 | 5F | 2D | 0 | 23 | D1 | 5A | 22 |
| Octal | 11 | 133 | 246 | 137 | 55 | 0 | 43 | 321 | 132 | 42 |
| Binary | 1001 | 1011011 | 10100110 | 1011111 | 101101 | 0 | 100011 | 11010001 | 1011010 | 100010 |
Color Harmonies of #095BA6
Complementary color
Monochromatic Colors of #095BA6
Black with #095BA6
Text Example
Text Example
White with #095BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BA6; }
p { color: rgb(9,91,166); }
H1.HeaderClassName
{
color: #095BA6;
}
.AnyTagClassName
{
color: #095BA6;
}
</style>
background-color css
<style>
a { background-color: #095BA6; }
a { background-color: rgb(9,91,166); }
div.DivClassName
{
background-color: #095BA6;
}
.BgClassName
{
background-color: #095BA6;
}
</style>
border-color css
<style>
span { border-color: #095BA6; }
span { border-color: rgb(9,91,166); }
td.TdClassName
{
border-color: #095BA6;
}
.TagClassName
{
border-color: #095BA6;
}
</style>