Shades of Denim #0D5DAF
Tints of Denim #0D5DAF
RGB
CMYK
RGB Variations
Color information
#0D5DAF (or 0x0D5DAF) is known color: Denim. HEX triplet: 0D, 5D and AF. RGB value is (13,93,175). Sum of RGB (Red+Green+Blue) = 13+93+175=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D5DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5DAF is #F2A250. Grayscale: #4E4E4E. Windows color (decimal): -15901265 or 11492621. OLE color: 11492621.
HSL color Cylindrical-coordinate representation of color #0D5DAF: hue angle of 210.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5DAF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 93 | 175 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.31 |
| HSL | 210.37º | 0.86% | 0.37% | - |
| HSV(B) | 210.37º | 0.93% | 0.69% | - |
| XYZ | 11.82 | 11.01 | 42.06 | - |
| YUV | 78.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 175 | 0.93 | 0.47 | 0 | 0.31 | 210.37 | 0.86 | 0.37 |
| Hex | D | 5D | AF | 5D | 2F | 0 | 1F | D2 | 56 | 25 |
| Octal | 15 | 135 | 257 | 135 | 57 | 0 | 37 | 322 | 126 | 45 |
| Binary | 1101 | 1011101 | 10101111 | 1011101 | 101111 | 0 | 11111 | 11010010 | 1010110 | 100101 |
Color Harmonies of #0D5DAF
Complementary color
Monochromatic Colors of #0D5DAF
Black with #0D5DAF
Text Example
Text Example
White with #0D5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DAF; }
p { color: rgb(13,93,175); }
H1.HeaderClassName
{
color: #0D5DAF;
}
.AnyTagClassName
{
color: #0D5DAF;
}
</style>
background-color css
<style>
a { background-color: #0D5DAF; }
a { background-color: rgb(13,93,175); }
div.DivClassName
{
background-color: #0D5DAF;
}
.BgClassName
{
background-color: #0D5DAF;
}
</style>
border-color css
<style>
span { border-color: #0D5DAF; }
span { border-color: rgb(13,93,175); }
td.TdClassName
{
border-color: #0D5DAF;
}
.TagClassName
{
border-color: #0D5DAF;
}
</style>