Shades of Cobalt #095D9B
Tints of Cobalt #095D9B
RGB
CMYK
RGB Variations
Color information
#095D9B (or 0x095D9B) is known color: Cobalt. HEX triplet: 09, 5D and 9B. RGB value is (9,93,155). Sum of RGB (Red+Green+Blue) = 9+93+155=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #095D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D9B is #F6A264. Grayscale: #4A4A4A. Windows color (decimal): -16163429 or 10181897. OLE color: 10181897.
HSL color Cylindrical-coordinate representation of color #095D9B: hue angle of 205.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095D9B is Cyan = 0.94, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 93 | 155 | - |
| CMYK | 0.94 | 0.4 | 0 | 0.39 |
| HSL | 205.48º | 0.89% | 0.32% | - |
| HSV(B) | 205.48º | 0.94% | 0.61% | - |
| XYZ | 9.94 | 10.25 | 32.47 | - |
| YUV | 74.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 155 | 0.94 | 0.4 | 0 | 0.39 | 205.48 | 0.89 | 0.32 |
| Hex | 9 | 5D | 9B | 5E | 28 | 0 | 27 | CD | 59 | 20 |
| Octal | 11 | 135 | 233 | 136 | 50 | 0 | 47 | 315 | 131 | 40 |
| Binary | 1001 | 1011101 | 10011011 | 1011110 | 101000 | 0 | 100111 | 11001101 | 1011001 | 100000 |
Color Harmonies of #095D9B
Complementary color
Monochromatic Colors of #095D9B
Black with #095D9B
Text Example
Text Example
White with #095D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D9B; }
p { color: rgb(9,93,155); }
H1.HeaderClassName
{
color: #095D9B;
}
.AnyTagClassName
{
color: #095D9B;
}
</style>
background-color css
<style>
a { background-color: #095D9B; }
a { background-color: rgb(9,93,155); }
div.DivClassName
{
background-color: #095D9B;
}
.BgClassName
{
background-color: #095D9B;
}
</style>
border-color css
<style>
span { border-color: #095D9B; }
span { border-color: rgb(9,93,155); }
td.TdClassName
{
border-color: #095D9B;
}
.TagClassName
{
border-color: #095D9B;
}
</style>