Shades of Cobalt #095B9D
Tints of Cobalt #095B9D
RGB
CMYK
RGB Variations
Color information
#095B9D (or 0x095B9D) is known color: Cobalt. HEX triplet: 09, 5B and 9D. RGB value is (9,91,157). Sum of RGB (Red+Green+Blue) = 9+91+157=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #095B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095B9D is #F6A462. Grayscale: #494949. Windows color (decimal): -16163939 or 10312457. OLE color: 10312457.
HSL color Cylindrical-coordinate representation of color #095B9D: hue angle of 206.76º 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 #095B9D is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 91 | 157 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.38 |
| HSL | 206.76º | 0.89% | 0.33% | - |
| HSV(B) | 206.76º | 0.94% | 0.62% | - |
| XYZ | 9.94 | 9.97 | 33.3 | - |
| YUV | 74.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 157 | 0.94 | 0.42 | 0 | 0.38 | 206.76 | 0.89 | 0.33 |
| Hex | 9 | 5B | 9D | 5E | 2A | 0 | 26 | CF | 59 | 21 |
| Octal | 11 | 133 | 235 | 136 | 52 | 0 | 46 | 317 | 131 | 41 |
| Binary | 1001 | 1011011 | 10011101 | 1011110 | 101010 | 0 | 100110 | 11001111 | 1011001 | 100001 |
Color Harmonies of #095B9D
Complementary color
Monochromatic Colors of #095B9D
Black with #095B9D
Text Example
Text Example
White with #095B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B9D; }
p { color: rgb(9,91,157); }
H1.HeaderClassName
{
color: #095B9D;
}
.AnyTagClassName
{
color: #095B9D;
}
</style>
background-color css
<style>
a { background-color: #095B9D; }
a { background-color: rgb(9,91,157); }
div.DivClassName
{
background-color: #095B9D;
}
.BgClassName
{
background-color: #095B9D;
}
</style>
border-color css
<style>
span { border-color: #095B9D; }
span { border-color: rgb(9,91,157); }
td.TdClassName
{
border-color: #095B9D;
}
.TagClassName
{
border-color: #095B9D;
}
</style>