Shades of Cobalt #095E9D
Tints of Cobalt #095E9D
RGB
CMYK
RGB Variations
Color information
#095E9D (or 0x095E9D) is known color: Cobalt. HEX triplet: 09, 5E and 9D. RGB value is (9,94,157). Sum of RGB (Red+Green+Blue) = 9+94+157=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #095E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E9D is #F6A162. Grayscale: #4B4B4B. Windows color (decimal): -16163171 or 10313225. OLE color: 10313225.
HSL color Cylindrical-coordinate representation of color #095E9D: hue angle of 205.54º 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 #095E9D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 94 | 157 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.38 |
| HSL | 205.54º | 0.89% | 0.33% | - |
| HSV(B) | 205.54º | 0.94% | 0.62% | - |
| XYZ | 10.2 | 10.5 | 33.39 | - |
| YUV | 75.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 157 | 0.94 | 0.40 | 0 | 0.38 | 205.54 | 0.89 | 0.33 |
| Hex | 9 | 5E | 9D | 5E | 28 | 0 | 26 | CE | 59 | 21 |
| Octal | 11 | 136 | 235 | 136 | 50 | 0 | 46 | 316 | 131 | 41 |
| Binary | 1001 | 1011110 | 10011101 | 1011110 | 101000 | 0 | 100110 | 11001110 | 1011001 | 100001 |
Color Harmonies of #095E9D
Complementary color
Monochromatic Colors of #095E9D
Black with #095E9D
Text Example
Text Example
White with #095E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095E9D; }
p { color: rgb(9,94,157); }
H1.HeaderClassName
{
color: #095E9D;
}
.AnyTagClassName
{
color: #095E9D;
}
</style>
background-color css
<style>
a { background-color: #095E9D; }
a { background-color: rgb(9,94,157); }
div.DivClassName
{
background-color: #095E9D;
}
.BgClassName
{
background-color: #095E9D;
}
</style>
border-color css
<style>
span { border-color: #095E9D; }
span { border-color: rgb(9,94,157); }
td.TdClassName
{
border-color: #095E9D;
}
.TagClassName
{
border-color: #095E9D;
}
</style>