Shades of Denim #085DB4
Tints of Denim #085DB4
RGB
CMYK
RGB Variations
Color information
#085DB4 (or 0x085DB4) is known color: Denim. HEX triplet: 08, 5D and B4. RGB value is (8,93,180). Sum of RGB (Red+Green+Blue) = 8+93+180=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #085DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DB4 is #F7A24B. Grayscale: #4D4D4D. Windows color (decimal): -16228940 or 11820296. OLE color: 11820296.
HSL color Cylindrical-coordinate representation of color #085DB4: hue angle of 210.35º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DB4 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 93 | 180 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.29 |
| HSL | 210.35º | 0.91% | 0.37% | - |
| HSV(B) | 210.35º | 0.96% | 0.71% | - |
| XYZ | 12.25 | 11.18 | 44.69 | - |
| YUV | 77.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 180 | 0.96 | 0.48 | 0 | 0.29 | 210.35 | 0.91 | 0.37 |
| Hex | 8 | 5D | B4 | 60 | 30 | 0 | 1D | D2 | 5B | 25 |
| Octal | 10 | 135 | 264 | 140 | 60 | 0 | 35 | 322 | 133 | 45 |
| Binary | 1000 | 1011101 | 10110100 | 1100000 | 110000 | 0 | 11101 | 11010010 | 1011011 | 100101 |
Color Harmonies of #085DB4
Complementary color
Monochromatic Colors of #085DB4
Black with #085DB4
Text Example
Text Example
White with #085DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DB4; }
p { color: rgb(8,93,180); }
H1.HeaderClassName
{
color: #085DB4;
}
.AnyTagClassName
{
color: #085DB4;
}
</style>
background-color css
<style>
a { background-color: #085DB4; }
a { background-color: rgb(8,93,180); }
div.DivClassName
{
background-color: #085DB4;
}
.BgClassName
{
background-color: #085DB4;
}
</style>
border-color css
<style>
span { border-color: #085DB4; }
span { border-color: rgb(8,93,180); }
td.TdClassName
{
border-color: #085DB4;
}
.TagClassName
{
border-color: #085DB4;
}
</style>