Shades of Cobalt #095DA0
Tints of Cobalt #095DA0
RGB
CMYK
RGB Variations
Color information
#095DA0 (or 0x095DA0) is known color: Cobalt. HEX triplet: 09, 5D and A0. RGB value is (9,93,160). Sum of RGB (Red+Green+Blue) = 9+93+160=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #095DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DA0 is #F6A25F. Grayscale: #4B4B4B. Windows color (decimal): -16163424 or 10509577. OLE color: 10509577.
HSL color Cylindrical-coordinate representation of color #095DA0: hue angle of 206.62º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095DA0 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 93 | 160 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.37 |
| HSL | 206.62º | 0.89% | 0.33% | - |
| HSV(B) | 206.62º | 0.94% | 0.63% | - |
| XYZ | 10.37 | 10.42 | 34.72 | - |
| YUV | 75.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 160 | 0.94 | 0.42 | 0 | 0.37 | 206.62 | 0.89 | 0.33 |
| Hex | 9 | 5D | A0 | 5E | 2A | 0 | 25 | CF | 59 | 21 |
| Octal | 11 | 135 | 240 | 136 | 52 | 0 | 45 | 317 | 131 | 41 |
| Binary | 1001 | 1011101 | 10100000 | 1011110 | 101010 | 0 | 100101 | 11001111 | 1011001 | 100001 |
Color Harmonies of #095DA0
Complementary color
Monochromatic Colors of #095DA0
Black with #095DA0
Text Example
Text Example
White with #095DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DA0; }
p { color: rgb(9,93,160); }
H1.HeaderClassName
{
color: #095DA0;
}
.AnyTagClassName
{
color: #095DA0;
}
</style>
background-color css
<style>
a { background-color: #095DA0; }
a { background-color: rgb(9,93,160); }
div.DivClassName
{
background-color: #095DA0;
}
.BgClassName
{
background-color: #095DA0;
}
</style>
border-color css
<style>
span { border-color: #095DA0; }
span { border-color: rgb(9,93,160); }
td.TdClassName
{
border-color: #095DA0;
}
.TagClassName
{
border-color: #095DA0;
}
</style>