Shades of Denim #0D61A6
Tints of Denim #0D61A6
RGB
CMYK
RGB Variations
Color information
#0D61A6 (or 0x0D61A6) is known color: Denim. HEX triplet: 0D, 61 and A6. RGB value is (13,97,166). Sum of RGB (Red+Green+Blue) = 13+97+166=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 166 (65.23% from 255 or 60.14% from 276); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D61A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D61A6 is #F29E59. Grayscale: #4F4F4F. Windows color (decimal): -15900250 or 10903821. OLE color: 10903821.
HSL color Cylindrical-coordinate representation of color #0D61A6: hue angle of 207.06º 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 #0D61A6 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 97 | 166 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.35 |
| HSL | 207.06º | 0.85% | 0.35% | - |
| HSV(B) | 207.06º | 0.92% | 0.65% | - |
| XYZ | 11.32 | 11.39 | 37.68 | - |
| YUV | 79.75 | 176.67 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 166 | 0.92 | 0.42 | 0 | 0.35 | 207.06 | 0.85 | 0.35 |
| Hex | D | 61 | A6 | 5C | 2A | 0 | 23 | CF | 55 | 23 |
| Octal | 15 | 141 | 246 | 134 | 52 | 0 | 43 | 317 | 125 | 43 |
| Binary | 1101 | 1100001 | 10100110 | 1011100 | 101010 | 0 | 100011 | 11001111 | 1010101 | 100011 |
Color Harmonies of #0D61A6
Complementary color
Monochromatic Colors of #0D61A6
Black with #0D61A6
Text Example
Text Example
White with #0D61A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D61A6; }
p { color: rgb(13,97,166); }
H1.HeaderClassName
{
color: #0D61A6;
}
.AnyTagClassName
{
color: #0D61A6;
}
</style>
background-color css
<style>
a { background-color: #0D61A6; }
a { background-color: rgb(13,97,166); }
div.DivClassName
{
background-color: #0D61A6;
}
.BgClassName
{
background-color: #0D61A6;
}
</style>
border-color css
<style>
span { border-color: #0D61A6; }
span { border-color: rgb(13,97,166); }
td.TdClassName
{
border-color: #0D61A6;
}
.TagClassName
{
border-color: #0D61A6;
}
</style>