Shades of Cobalt #095FA0
Tints of Cobalt #095FA0
RGB
CMYK
RGB Variations
Color information
#095FA0 (or 0x095FA0) is known color: Cobalt. HEX triplet: 09, 5F and A0. RGB value is (9,95,160). Sum of RGB (Red+Green+Blue) = 9+95+160=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #095FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FA0 is #F6A05F. Grayscale: #4C4C4C. Windows color (decimal): -16162912 or 10510089. OLE color: 10510089.
HSL color Cylindrical-coordinate representation of color #095FA0: hue angle of 205.83º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095FA0 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 95 | 160 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.37 |
| HSL | 205.83º | 0.89% | 0.33% | - |
| HSV(B) | 205.83º | 0.94% | 0.63% | - |
| XYZ | 10.55 | 10.78 | 34.78 | - |
| YUV | 76.7 | 175.01 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 160 | 0.94 | 0.41 | 0 | 0.37 | 205.83 | 0.89 | 0.33 |
| Hex | 9 | 5F | A0 | 5E | 29 | 0 | 25 | CE | 59 | 21 |
| Octal | 11 | 137 | 240 | 136 | 51 | 0 | 45 | 316 | 131 | 41 |
| Binary | 1001 | 1011111 | 10100000 | 1011110 | 101001 | 0 | 100101 | 11001110 | 1011001 | 100001 |
Color Harmonies of #095FA0
Complementary color
Monochromatic Colors of #095FA0
Black with #095FA0
Text Example
Text Example
White with #095FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FA0; }
p { color: rgb(9,95,160); }
H1.HeaderClassName
{
color: #095FA0;
}
.AnyTagClassName
{
color: #095FA0;
}
</style>
background-color css
<style>
a { background-color: #095FA0; }
a { background-color: rgb(9,95,160); }
div.DivClassName
{
background-color: #095FA0;
}
.BgClassName
{
background-color: #095FA0;
}
</style>
border-color css
<style>
span { border-color: #095FA0; }
span { border-color: rgb(9,95,160); }
td.TdClassName
{
border-color: #095FA0;
}
.TagClassName
{
border-color: #095FA0;
}
</style>