Shades of Cobalt #095EA0
Tints of Cobalt #095EA0
RGB
CMYK
RGB Variations
Color information
#095EA0 (or 0x095EA0) is known color: Cobalt. HEX triplet: 09, 5E and A0. RGB value is (9,94,160). Sum of RGB (Red+Green+Blue) = 9+94+160=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #095EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095EA0 is #F6A15F. Grayscale: #4B4B4B. Windows color (decimal): -16163168 or 10509833. OLE color: 10509833.
HSL color Cylindrical-coordinate representation of color #095EA0: hue angle of 206.23º 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 #095EA0 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 94 | 160 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.37 |
| HSL | 206.23º | 0.89% | 0.33% | - |
| HSV(B) | 206.23º | 0.94% | 0.63% | - |
| XYZ | 10.46 | 10.6 | 34.75 | - |
| YUV | 76.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 160 | 0.94 | 0.41 | 0 | 0.37 | 206.23 | 0.89 | 0.33 |
| Hex | 9 | 5E | A0 | 5E | 29 | 0 | 25 | CE | 59 | 21 |
| Octal | 11 | 136 | 240 | 136 | 51 | 0 | 45 | 316 | 131 | 41 |
| Binary | 1001 | 1011110 | 10100000 | 1011110 | 101001 | 0 | 100101 | 11001110 | 1011001 | 100001 |
Color Harmonies of #095EA0
Complementary color
Monochromatic Colors of #095EA0
Black with #095EA0
Text Example
Text Example
White with #095EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EA0; }
p { color: rgb(9,94,160); }
H1.HeaderClassName
{
color: #095EA0;
}
.AnyTagClassName
{
color: #095EA0;
}
</style>
background-color css
<style>
a { background-color: #095EA0; }
a { background-color: rgb(9,94,160); }
div.DivClassName
{
background-color: #095EA0;
}
.BgClassName
{
background-color: #095EA0;
}
</style>
border-color css
<style>
span { border-color: #095EA0; }
span { border-color: rgb(9,94,160); }
td.TdClassName
{
border-color: #095EA0;
}
.TagClassName
{
border-color: #095EA0;
}
</style>