Shades of Cobalt #095F9B
Tints of Cobalt #095F9B
RGB
CMYK
RGB Variations
Color information
#095F9B (or 0x095F9B) is known color: Cobalt. HEX triplet: 09, 5F and 9B. RGB value is (9,95,155). Sum of RGB (Red+Green+Blue) = 9+95+155=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #095F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F9B is #F6A064. Grayscale: #4B4B4B. Windows color (decimal): -16162917 or 10182409. OLE color: 10182409.
HSL color Cylindrical-coordinate representation of color #095F9B: hue angle of 204.66º 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 #095F9B is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 95 | 155 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.39 |
| HSL | 204.66º | 0.89% | 0.32% | - |
| HSV(B) | 204.66º | 0.94% | 0.61% | - |
| XYZ | 10.12 | 10.61 | 32.52 | - |
| YUV | 76.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 155 | 0.94 | 0.39 | 0 | 0.39 | 204.66 | 0.89 | 0.32 |
| Hex | 9 | 5F | 9B | 5E | 27 | 0 | 27 | CD | 59 | 20 |
| Octal | 11 | 137 | 233 | 136 | 47 | 0 | 47 | 315 | 131 | 40 |
| Binary | 1001 | 1011111 | 10011011 | 1011110 | 100111 | 0 | 100111 | 11001101 | 1011001 | 100000 |
Color Harmonies of #095F9B
Complementary color
Monochromatic Colors of #095F9B
Black with #095F9B
Text Example
Text Example
White with #095F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F9B; }
p { color: rgb(9,95,155); }
H1.HeaderClassName
{
color: #095F9B;
}
.AnyTagClassName
{
color: #095F9B;
}
</style>
background-color css
<style>
a { background-color: #095F9B; }
a { background-color: rgb(9,95,155); }
div.DivClassName
{
background-color: #095F9B;
}
.BgClassName
{
background-color: #095F9B;
}
</style>
border-color css
<style>
span { border-color: #095F9B; }
span { border-color: rgb(9,95,155); }
td.TdClassName
{
border-color: #095F9B;
}
.TagClassName
{
border-color: #095F9B;
}
</style>