Shades of Denim #0D6EB8
Tints of Denim #0D6EB8
RGB
CMYK
RGB Variations
Color information
#0D6EB8 (or 0x0D6EB8) is known color: Denim. HEX triplet: 0D, 6E and B8. RGB value is (13,110,184). Sum of RGB (Red+Green+Blue) = 13+110+184=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #0D6EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6EB8 is #F29147. Grayscale: #595959. Windows color (decimal): -15896904 or 12086797. OLE color: 12086797.
HSL color Cylindrical-coordinate representation of color #0D6EB8: hue angle of 205.96º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6EB8 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 110 | 184 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.28 |
| HSL | 205.96º | 0.87% | 0.39% | - |
| HSV(B) | 205.96º | 0.93% | 0.72% | - |
| XYZ | 14.39 | 14.7 | 47.43 | - |
| YUV | 89.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 110 | 184 | 0.93 | 0.40 | 0 | 0.28 | 205.96 | 0.87 | 0.39 |
| Hex | D | 6E | B8 | 5D | 28 | 0 | 1C | CE | 57 | 27 |
| Octal | 15 | 156 | 270 | 135 | 50 | 0 | 34 | 316 | 127 | 47 |
| Binary | 1101 | 1101110 | 10111000 | 1011101 | 101000 | 0 | 11100 | 11001110 | 1010111 | 100111 |
Color Harmonies of #0D6EB8
Complementary color
Monochromatic Colors of #0D6EB8
Black with #0D6EB8
Text Example
Text Example
White with #0D6EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6EB8; }
p { color: rgb(13,110,184); }
H1.HeaderClassName
{
color: #0D6EB8;
}
.AnyTagClassName
{
color: #0D6EB8;
}
</style>
background-color css
<style>
a { background-color: #0D6EB8; }
a { background-color: rgb(13,110,184); }
div.DivClassName
{
background-color: #0D6EB8;
}
.BgClassName
{
background-color: #0D6EB8;
}
</style>
border-color css
<style>
span { border-color: #0D6EB8; }
span { border-color: rgb(13,110,184); }
td.TdClassName
{
border-color: #0D6EB8;
}
.TagClassName
{
border-color: #0D6EB8;
}
</style>