Shades of Denim #0D61AD
Tints of Denim #0D61AD
RGB
CMYK
RGB Variations
Color information
#0D61AD (or 0x0D61AD) is known color: Denim. HEX triplet: 0D, 61 and AD. RGB value is (13,97,173). Sum of RGB (Red+Green+Blue) = 13+97+173=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D61AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D61AD is #F29E52. Grayscale: #505050. Windows color (decimal): -15900243 or 11362573. OLE color: 11362573.
HSL color Cylindrical-coordinate representation of color #0D61AD: hue angle of 208.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D61AD is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 97 | 173 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.32 |
| HSL | 208.5º | 0.86% | 0.36% | - |
| HSV(B) | 208.5º | 0.92% | 0.68% | - |
| XYZ | 11.98 | 11.65 | 41.15 | - |
| YUV | 80.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 173 | 0.92 | 0.44 | 0 | 0.32 | 208.5 | 0.86 | 0.36 |
| Hex | D | 61 | AD | 5C | 2C | 0 | 20 | D0 | 56 | 24 |
| Octal | 15 | 141 | 255 | 134 | 54 | 0 | 40 | 320 | 126 | 44 |
| Binary | 1101 | 1100001 | 10101101 | 1011100 | 101100 | 0 | 100000 | 11010000 | 1010110 | 100100 |
Color Harmonies of #0D61AD
Complementary color
Monochromatic Colors of #0D61AD
Black with #0D61AD
Text Example
Text Example
White with #0D61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D61AD; }
p { color: rgb(13,97,173); }
H1.HeaderClassName
{
color: #0D61AD;
}
.AnyTagClassName
{
color: #0D61AD;
}
</style>
background-color css
<style>
a { background-color: #0D61AD; }
a { background-color: rgb(13,97,173); }
div.DivClassName
{
background-color: #0D61AD;
}
.BgClassName
{
background-color: #0D61AD;
}
</style>
border-color css
<style>
span { border-color: #0D61AD; }
span { border-color: rgb(13,97,173); }
td.TdClassName
{
border-color: #0D61AD;
}
.TagClassName
{
border-color: #0D61AD;
}
</style>