Shades of Denim #0858BC
Tints of Denim #0858BC
RGB
CMYK
RGB Variations
Color information
#0858BC (or 0x0858BC) is known color: Denim. HEX triplet: 08, 58 and BC. RGB value is (8,88,188). Sum of RGB (Red+Green+Blue) = 8+88+188=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #0858BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0858BC is #F7A743. Grayscale: #4B4B4B. Windows color (decimal): -16230212 or 12343304. OLE color: 12343304.
HSL color Cylindrical-coordinate representation of color #0858BC: hue angle of 213.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0858BC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 88 | 188 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.26 |
| HSL | 213.33º | 0.92% | 0.38% | - |
| HSV(B) | 213.33º | 0.96% | 0.74% | - |
| XYZ | 12.67 | 10.66 | 48.97 | - |
| YUV | 75.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 188 | 0.96 | 0.53 | 0 | 0.26 | 213.33 | 0.92 | 0.38 |
| Hex | 8 | 58 | BC | 60 | 35 | 0 | 1A | D5 | 5C | 26 |
| Octal | 10 | 130 | 274 | 140 | 65 | 0 | 32 | 325 | 134 | 46 |
| Binary | 1000 | 1011000 | 10111100 | 1100000 | 110101 | 0 | 11010 | 11010101 | 1011100 | 100110 |
Color Harmonies of #0858BC
Complementary color
Monochromatic Colors of #0858BC
Black with #0858BC
Text Example
Text Example
White with #0858BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0858BC; }
p { color: rgb(8,88,188); }
H1.HeaderClassName
{
color: #0858BC;
}
.AnyTagClassName
{
color: #0858BC;
}
</style>
background-color css
<style>
a { background-color: #0858BC; }
a { background-color: rgb(8,88,188); }
div.DivClassName
{
background-color: #0858BC;
}
.BgClassName
{
background-color: #0858BC;
}
</style>
border-color css
<style>
span { border-color: #0858BC; }
span { border-color: rgb(8,88,188); }
td.TdClassName
{
border-color: #0858BC;
}
.TagClassName
{
border-color: #0858BC;
}
</style>