Shades of Cobalt #095397
Tints of Cobalt #095397
RGB
CMYK
RGB Variations
Color information
#095397 (or 0x095397) is known color: Cobalt. HEX triplet: 09, 53 and 97. RGB value is (9,83,151). Sum of RGB (Red+Green+Blue) = 9+83+151=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #095397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095397 is #F6AC68. Grayscale: #444444. Windows color (decimal): -16165993 or 9917193. OLE color: 9917193.
HSL color Cylindrical-coordinate representation of color #095397: hue angle of 208.73º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095397 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 83 | 151 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.41 |
| HSL | 208.73º | 0.89% | 0.31% | - |
| HSV(B) | 208.73º | 0.94% | 0.59% | - |
| XYZ | 8.79 | 8.48 | 30.45 | - |
| YUV | 68.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 151 | 0.94 | 0.45 | 0 | 0.41 | 208.73 | 0.89 | 0.31 |
| Hex | 9 | 53 | 97 | 5E | 2D | 0 | 29 | D1 | 59 | 1F |
| Octal | 11 | 123 | 227 | 136 | 55 | 0 | 51 | 321 | 131 | 37 |
| Binary | 1001 | 1010011 | 10010111 | 1011110 | 101101 | 0 | 101001 | 11010001 | 1011001 | 11111 |
Color Harmonies of #095397
Complementary color
Monochromatic Colors of #095397
Black with #095397
Text Example
Text Example
White with #095397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095397; }
p { color: rgb(9,83,151); }
H1.HeaderClassName
{
color: #095397;
}
.AnyTagClassName
{
color: #095397;
}
</style>
background-color css
<style>
a { background-color: #095397; }
a { background-color: rgb(9,83,151); }
div.DivClassName
{
background-color: #095397;
}
.BgClassName
{
background-color: #095397;
}
</style>
border-color css
<style>
span { border-color: #095397; }
span { border-color: rgb(9,83,151); }
td.TdClassName
{
border-color: #095397;
}
.TagClassName
{
border-color: #095397;
}
</style>