Shades of Cobalt #095798
Tints of Cobalt #095798
RGB
CMYK
RGB Variations
Color information
#095798 (or 0x095798) is known color: Cobalt. HEX triplet: 09, 57 and 98. RGB value is (9,87,152). Sum of RGB (Red+Green+Blue) = 9+87+152=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #095798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095798 is #F6A867. Grayscale: #464646. Windows color (decimal): -16164968 or 9983753. OLE color: 9983753.
HSL color Cylindrical-coordinate representation of color #095798: hue angle of 207.27º 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 #095798 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 87 | 152 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.40 |
| HSL | 207.27º | 0.89% | 0.32% | - |
| HSV(B) | 207.27º | 0.94% | 0.6% | - |
| XYZ | 9.19 | 9.14 | 30.99 | - |
| YUV | 71.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 87 | 152 | 0.94 | 0.43 | 0 | 0.40 | 207.27 | 0.89 | 0.32 |
| Hex | 9 | 57 | 98 | 5E | 2B | 0 | 28 | CF | 59 | 20 |
| Octal | 11 | 127 | 230 | 136 | 53 | 0 | 50 | 317 | 131 | 40 |
| Binary | 1001 | 1010111 | 10011000 | 1011110 | 101011 | 0 | 101000 | 11001111 | 1011001 | 100000 |
Color Harmonies of #095798
Complementary color
Monochromatic Colors of #095798
Black with #095798
Text Example
Text Example
White with #095798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095798; }
p { color: rgb(9,87,152); }
H1.HeaderClassName
{
color: #095798;
}
.AnyTagClassName
{
color: #095798;
}
</style>
background-color css
<style>
a { background-color: #095798; }
a { background-color: rgb(9,87,152); }
div.DivClassName
{
background-color: #095798;
}
.BgClassName
{
background-color: #095798;
}
</style>
border-color css
<style>
span { border-color: #095798; }
span { border-color: rgb(9,87,152); }
td.TdClassName
{
border-color: #095798;
}
.TagClassName
{
border-color: #095798;
}
</style>