Shades of Cobalt #095DA3
Tints of Cobalt #095DA3
RGB
CMYK
RGB Variations
Color information
#095DA3 (or 0x095DA3) is known color: Cobalt. HEX triplet: 09, 5D and A3. RGB value is (9,93,163). Sum of RGB (Red+Green+Blue) = 9+93+163=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #095DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DA3 is #F6A25C. Grayscale: #4B4B4B. Windows color (decimal): -16163421 or 10706185. OLE color: 10706185.
HSL color Cylindrical-coordinate representation of color #095DA3: hue angle of 207.27º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095DA3 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 93 | 163 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.36 |
| HSL | 207.27º | 0.9% | 0.34% | - |
| HSV(B) | 207.27º | 0.94% | 0.64% | - |
| XYZ | 10.64 | 10.53 | 36.12 | - |
| YUV | 75.86 | 177.17 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 163 | 0.94 | 0.43 | 0 | 0.36 | 207.27 | 0.9 | 0.34 |
| Hex | 9 | 5D | A3 | 5E | 2B | 0 | 24 | CF | 5A | 22 |
| Octal | 11 | 135 | 243 | 136 | 53 | 0 | 44 | 317 | 132 | 42 |
| Binary | 1001 | 1011101 | 10100011 | 1011110 | 101011 | 0 | 100100 | 11001111 | 1011010 | 100010 |
Color Harmonies of #095DA3
Complementary color
Monochromatic Colors of #095DA3
Black with #095DA3
Text Example
Text Example
White with #095DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DA3; }
p { color: rgb(9,93,163); }
H1.HeaderClassName
{
color: #095DA3;
}
.AnyTagClassName
{
color: #095DA3;
}
</style>
background-color css
<style>
a { background-color: #095DA3; }
a { background-color: rgb(9,93,163); }
div.DivClassName
{
background-color: #095DA3;
}
.BgClassName
{
background-color: #095DA3;
}
</style>
border-color css
<style>
span { border-color: #095DA3; }
span { border-color: rgb(9,93,163); }
td.TdClassName
{
border-color: #095DA3;
}
.TagClassName
{
border-color: #095DA3;
}
</style>