Shades of Cobalt #085C9B
Tints of Cobalt #085C9B
RGB
CMYK
RGB Variations
Color information
#085C9B (or 0x085C9B) is known color: Cobalt. HEX triplet: 08, 5C and 9B. RGB value is (8,92,155). Sum of RGB (Red+Green+Blue) = 8+92+155=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #085C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C9B is #F7A364. Grayscale: #494949. Windows color (decimal): -16229221 or 10181640. OLE color: 10181640.
HSL color Cylindrical-coordinate representation of color #085C9B: hue angle of 205.71º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085C9B is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 92 | 155 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.39 |
| HSL | 205.71º | 0.9% | 0.32% | - |
| HSV(B) | 205.71º | 0.95% | 0.61% | - |
| XYZ | 9.84 | 10.07 | 32.44 | - |
| YUV | 74.07 | 173.67 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 155 | 0.95 | 0.41 | 0 | 0.39 | 205.71 | 0.9 | 0.32 |
| Hex | 8 | 5C | 9B | 5F | 29 | 0 | 27 | CE | 5A | 20 |
| Octal | 10 | 134 | 233 | 137 | 51 | 0 | 47 | 316 | 132 | 40 |
| Binary | 1000 | 1011100 | 10011011 | 1011111 | 101001 | 0 | 100111 | 11001110 | 1011010 | 100000 |
Color Harmonies of #085C9B
Complementary color
Monochromatic Colors of #085C9B
Black with #085C9B
Text Example
Text Example
White with #085C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C9B; }
p { color: rgb(8,92,155); }
H1.HeaderClassName
{
color: #085C9B;
}
.AnyTagClassName
{
color: #085C9B;
}
</style>
background-color css
<style>
a { background-color: #085C9B; }
a { background-color: rgb(8,92,155); }
div.DivClassName
{
background-color: #085C9B;
}
.BgClassName
{
background-color: #085C9B;
}
</style>
border-color css
<style>
span { border-color: #085C9B; }
span { border-color: rgb(8,92,155); }
td.TdClassName
{
border-color: #085C9B;
}
.TagClassName
{
border-color: #085C9B;
}
</style>