Shades of Denim #0D5DA6
Tints of Denim #0D5DA6
RGB
CMYK
RGB Variations
Color information
#0D5DA6 (or 0x0D5DA6) is known color: Denim. HEX triplet: 0D, 5D and A6. RGB value is (13,93,166). Sum of RGB (Red+Green+Blue) = 13+93+166=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 166 (65.23% from 255 or 61.03% from 272); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D5DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5DA6 is #F2A259. Grayscale: #4D4D4D. Windows color (decimal): -15901274 or 10902797. OLE color: 10902797.
HSL color Cylindrical-coordinate representation of color #0D5DA6: hue angle of 208.63º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5DA6 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 93 | 166 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.35 |
| HSL | 208.63º | 0.85% | 0.35% | - |
| HSV(B) | 208.63º | 0.92% | 0.65% | - |
| XYZ | 10.96 | 10.67 | 37.56 | - |
| YUV | 77.4 | 178 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 166 | 0.92 | 0.44 | 0 | 0.35 | 208.63 | 0.85 | 0.35 |
| Hex | D | 5D | A6 | 5C | 2C | 0 | 23 | D1 | 55 | 23 |
| Octal | 15 | 135 | 246 | 134 | 54 | 0 | 43 | 321 | 125 | 43 |
| Binary | 1101 | 1011101 | 10100110 | 1011100 | 101100 | 0 | 100011 | 11010001 | 1010101 | 100011 |
Color Harmonies of #0D5DA6
Complementary color
Monochromatic Colors of #0D5DA6
Black with #0D5DA6
Text Example
Text Example
White with #0D5DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DA6; }
p { color: rgb(13,93,166); }
H1.HeaderClassName
{
color: #0D5DA6;
}
.AnyTagClassName
{
color: #0D5DA6;
}
</style>
background-color css
<style>
a { background-color: #0D5DA6; }
a { background-color: rgb(13,93,166); }
div.DivClassName
{
background-color: #0D5DA6;
}
.BgClassName
{
background-color: #0D5DA6;
}
</style>
border-color css
<style>
span { border-color: #0D5DA6; }
span { border-color: rgb(13,93,166); }
td.TdClassName
{
border-color: #0D5DA6;
}
.TagClassName
{
border-color: #0D5DA6;
}
</style>