Shades of Cobalt #095C9C
Tints of Cobalt #095C9C
RGB
CMYK
RGB Variations
Color information
#095C9C (or 0x095C9C) is known color: Cobalt. HEX triplet: 09, 5C and 9C. RGB value is (9,92,156). Sum of RGB (Red+Green+Blue) = 9+92+156=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #095C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C9C is #F6A363. Grayscale: #4A4A4A. Windows color (decimal): -16163684 or 10247177. OLE color: 10247177.
HSL color Cylindrical-coordinate representation of color #095C9C: hue angle of 206.12º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095C9C is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 92 | 156 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.39 |
| HSL | 206.12º | 0.89% | 0.32% | - |
| HSV(B) | 206.12º | 0.94% | 0.61% | - |
| XYZ | 9.94 | 10.11 | 32.88 | - |
| YUV | 74.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 156 | 0.94 | 0.41 | 0 | 0.39 | 206.12 | 0.89 | 0.32 |
| Hex | 9 | 5C | 9C | 5E | 29 | 0 | 27 | CE | 59 | 20 |
| Octal | 11 | 134 | 234 | 136 | 51 | 0 | 47 | 316 | 131 | 40 |
| Binary | 1001 | 1011100 | 10011100 | 1011110 | 101001 | 0 | 100111 | 11001110 | 1011001 | 100000 |
Color Harmonies of #095C9C
Complementary color
Monochromatic Colors of #095C9C
Black with #095C9C
Text Example
Text Example
White with #095C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C9C; }
p { color: rgb(9,92,156); }
H1.HeaderClassName
{
color: #095C9C;
}
.AnyTagClassName
{
color: #095C9C;
}
</style>
background-color css
<style>
a { background-color: #095C9C; }
a { background-color: rgb(9,92,156); }
div.DivClassName
{
background-color: #095C9C;
}
.BgClassName
{
background-color: #095C9C;
}
</style>
border-color css
<style>
span { border-color: #095C9C; }
span { border-color: rgb(9,92,156); }
td.TdClassName
{
border-color: #095C9C;
}
.TagClassName
{
border-color: #095C9C;
}
</style>