Shades of Denim #085FB2
Tints of Denim #085FB2
RGB
CMYK
RGB Variations
Color information
#085FB2 (or 0x085FB2) is known color: Denim. HEX triplet: 08, 5F and B2. RGB value is (8,95,178). Sum of RGB (Red+Green+Blue) = 8+95+178=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #085FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085FB2 is #F7A04D. Grayscale: #4E4E4E. Windows color (decimal): -16228430 or 11689736. OLE color: 11689736.
HSL color Cylindrical-coordinate representation of color #085FB2: hue angle of 209.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085FB2 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 95 | 178 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.30 |
| HSL | 209.29º | 0.91% | 0.36% | - |
| HSV(B) | 209.29º | 0.96% | 0.7% | - |
| XYZ | 12.23 | 11.45 | 43.69 | - |
| YUV | 78.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 178 | 0.96 | 0.47 | 0 | 0.30 | 209.29 | 0.91 | 0.36 |
| Hex | 8 | 5F | B2 | 60 | 2F | 0 | 1E | D1 | 5B | 24 |
| Octal | 10 | 137 | 262 | 140 | 57 | 0 | 36 | 321 | 133 | 44 |
| Binary | 1000 | 1011111 | 10110010 | 1100000 | 101111 | 0 | 11110 | 11010001 | 1011011 | 100100 |
Color Harmonies of #085FB2
Complementary color
Monochromatic Colors of #085FB2
Black with #085FB2
Text Example
Text Example
White with #085FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FB2; }
p { color: rgb(8,95,178); }
H1.HeaderClassName
{
color: #085FB2;
}
.AnyTagClassName
{
color: #085FB2;
}
</style>
background-color css
<style>
a { background-color: #085FB2; }
a { background-color: rgb(8,95,178); }
div.DivClassName
{
background-color: #085FB2;
}
.BgClassName
{
background-color: #085FB2;
}
</style>
border-color css
<style>
span { border-color: #085FB2; }
span { border-color: rgb(8,95,178); }
td.TdClassName
{
border-color: #085FB2;
}
.TagClassName
{
border-color: #085FB2;
}
</style>