Shades of Denim #0D5FAF
Tints of Denim #0D5FAF
RGB
CMYK
RGB Variations
Color information
#0D5FAF (or 0x0D5FAF) is known color: Denim. HEX triplet: 0D, 5F and AF. RGB value is (13,95,175). Sum of RGB (Red+Green+Blue) = 13+95+175=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D5FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5FAF is #F2A050. Grayscale: #4F4F4F. Windows color (decimal): -15900753 or 11493133. OLE color: 11493133.
HSL color Cylindrical-coordinate representation of color #0D5FAF: hue angle of 209.63º 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 #0D5FAF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 95 | 175 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.31 |
| HSL | 209.63º | 0.86% | 0.37% | - |
| HSV(B) | 209.63º | 0.93% | 0.69% | - |
| XYZ | 12 | 11.37 | 42.12 | - |
| YUV | 79.6 | 181.83 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 175 | 0.93 | 0.46 | 0 | 0.31 | 209.63 | 0.86 | 0.37 |
| Hex | D | 5F | AF | 5D | 2E | 0 | 1F | D2 | 56 | 25 |
| Octal | 15 | 137 | 257 | 135 | 56 | 0 | 37 | 322 | 126 | 45 |
| Binary | 1101 | 1011111 | 10101111 | 1011101 | 101110 | 0 | 11111 | 11010010 | 1010110 | 100101 |
Color Harmonies of #0D5FAF
Complementary color
Monochromatic Colors of #0D5FAF
Black with #0D5FAF
Text Example
Text Example
White with #0D5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FAF; }
p { color: rgb(13,95,175); }
H1.HeaderClassName
{
color: #0D5FAF;
}
.AnyTagClassName
{
color: #0D5FAF;
}
</style>
background-color css
<style>
a { background-color: #0D5FAF; }
a { background-color: rgb(13,95,175); }
div.DivClassName
{
background-color: #0D5FAF;
}
.BgClassName
{
background-color: #0D5FAF;
}
</style>
border-color css
<style>
span { border-color: #0D5FAF; }
span { border-color: rgb(13,95,175); }
td.TdClassName
{
border-color: #0D5FAF;
}
.TagClassName
{
border-color: #0D5FAF;
}
</style>