Shades of Cobalt #095D9E
Tints of Cobalt #095D9E
RGB
CMYK
RGB Variations
Color information
#095D9E (or 0x095D9E) is known color: Cobalt. HEX triplet: 09, 5D and 9E. RGB value is (9,93,158). Sum of RGB (Red+Green+Blue) = 9+93+158=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #095D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D9E is #F6A261. Grayscale: #4A4A4A. Windows color (decimal): -16163426 or 10378505. OLE color: 10378505.
HSL color Cylindrical-coordinate representation of color #095D9E: hue angle of 206.17º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095D9E is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 93 | 158 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.38 |
| HSL | 206.17º | 0.89% | 0.33% | - |
| HSV(B) | 206.17º | 0.94% | 0.62% | - |
| XYZ | 10.2 | 10.36 | 33.81 | - |
| YUV | 75.29 | 174.67 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 158 | 0.94 | 0.41 | 0 | 0.38 | 206.17 | 0.89 | 0.33 |
| Hex | 9 | 5D | 9E | 5E | 29 | 0 | 26 | CE | 59 | 21 |
| Octal | 11 | 135 | 236 | 136 | 51 | 0 | 46 | 316 | 131 | 41 |
| Binary | 1001 | 1011101 | 10011110 | 1011110 | 101001 | 0 | 100110 | 11001110 | 1011001 | 100001 |
Color Harmonies of #095D9E
Complementary color
Monochromatic Colors of #095D9E
Black with #095D9E
Text Example
Text Example
White with #095D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D9E; }
p { color: rgb(9,93,158); }
H1.HeaderClassName
{
color: #095D9E;
}
.AnyTagClassName
{
color: #095D9E;
}
</style>
background-color css
<style>
a { background-color: #095D9E; }
a { background-color: rgb(9,93,158); }
div.DivClassName
{
background-color: #095D9E;
}
.BgClassName
{
background-color: #095D9E;
}
</style>
border-color css
<style>
span { border-color: #095D9E; }
span { border-color: rgb(9,93,158); }
td.TdClassName
{
border-color: #095D9E;
}
.TagClassName
{
border-color: #095D9E;
}
</style>