Shades of Cobalt #095F9A
Tints of Cobalt #095F9A
RGB
CMYK
RGB Variations
Color information
#095F9A (or 0x095F9A) is known color: Cobalt. HEX triplet: 09, 5F and 9A. RGB value is (9,95,154). Sum of RGB (Red+Green+Blue) = 9+95+154=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #095F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F9A is #F6A065. Grayscale: #4B4B4B. Windows color (decimal): -16162918 or 10116873. OLE color: 10116873.
HSL color Cylindrical-coordinate representation of color #095F9A: hue angle of 204.41º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095F9A is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 95 | 154 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.40 |
| HSL | 204.41º | 0.89% | 0.32% | - |
| HSV(B) | 204.41º | 0.94% | 0.6% | - |
| XYZ | 10.04 | 10.58 | 32.08 | - |
| YUV | 76.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 154 | 0.94 | 0.38 | 0 | 0.40 | 204.41 | 0.89 | 0.32 |
| Hex | 9 | 5F | 9A | 5E | 26 | 0 | 28 | CC | 59 | 20 |
| Octal | 11 | 137 | 232 | 136 | 46 | 0 | 50 | 314 | 131 | 40 |
| Binary | 1001 | 1011111 | 10011010 | 1011110 | 100110 | 0 | 101000 | 11001100 | 1011001 | 100000 |
Color Harmonies of #095F9A
Complementary color
Monochromatic Colors of #095F9A
Black with #095F9A
Text Example
Text Example
White with #095F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F9A; }
p { color: rgb(9,95,154); }
H1.HeaderClassName
{
color: #095F9A;
}
.AnyTagClassName
{
color: #095F9A;
}
</style>
background-color css
<style>
a { background-color: #095F9A; }
a { background-color: rgb(9,95,154); }
div.DivClassName
{
background-color: #095F9A;
}
.BgClassName
{
background-color: #095F9A;
}
</style>
border-color css
<style>
span { border-color: #095F9A; }
span { border-color: rgb(9,95,154); }
td.TdClassName
{
border-color: #095F9A;
}
.TagClassName
{
border-color: #095F9A;
}
</style>