Shades of Denim #0D6ABD
Tints of Denim #0D6ABD
RGB
CMYK
RGB Variations
Color information
#0D6ABD (or 0x0D6ABD) is known color: Denim. HEX triplet: 0D, 6A and BD. RGB value is (13,106,189). Sum of RGB (Red+Green+Blue) = 13+106+189=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D6ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6ABD is #F29542. Grayscale: #575757. Windows color (decimal): -15897923 or 12413453. OLE color: 12413453.
HSL color Cylindrical-coordinate representation of color #0D6ABD: hue angle of 208.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6ABD is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 106 | 189 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.26 |
| HSL | 208.3º | 0.87% | 0.4% | - |
| HSV(B) | 208.3º | 0.93% | 0.74% | - |
| XYZ | 14.51 | 14.07 | 50.09 | - |
| YUV | 87.66 | 185.19 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 189 | 0.93 | 0.44 | 0 | 0.26 | 208.3 | 0.87 | 0.4 |
| Hex | D | 6A | BD | 5D | 2C | 0 | 1A | D0 | 57 | 28 |
| Octal | 15 | 152 | 275 | 135 | 54 | 0 | 32 | 320 | 127 | 50 |
| Binary | 1101 | 1101010 | 10111101 | 1011101 | 101100 | 0 | 11010 | 11010000 | 1010111 | 101000 |
Color Harmonies of #0D6ABD
Complementary color
Monochromatic Colors of #0D6ABD
Black with #0D6ABD
Text Example
Text Example
White with #0D6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6ABD; }
p { color: rgb(13,106,189); }
H1.HeaderClassName
{
color: #0D6ABD;
}
.AnyTagClassName
{
color: #0D6ABD;
}
</style>
background-color css
<style>
a { background-color: #0D6ABD; }
a { background-color: rgb(13,106,189); }
div.DivClassName
{
background-color: #0D6ABD;
}
.BgClassName
{
background-color: #0D6ABD;
}
</style>
border-color css
<style>
span { border-color: #0D6ABD; }
span { border-color: rgb(13,106,189); }
td.TdClassName
{
border-color: #0D6ABD;
}
.TagClassName
{
border-color: #0D6ABD;
}
</style>