Shades of Denim #0D6AB1
Tints of Denim #0D6AB1
RGB
CMYK
RGB Variations
Color information
#0D6AB1 (or 0x0D6AB1) is known color: Denim. HEX triplet: 0D, 6A and B1. RGB value is (13,106,177). Sum of RGB (Red+Green+Blue) = 13+106+177=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #0D6AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6AB1 is #F2954E. Grayscale: #555555. Windows color (decimal): -15897935 or 11627021. OLE color: 11627021.
HSL color Cylindrical-coordinate representation of color #0D6AB1: hue angle of 205.98º 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 #0D6AB1 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 106 | 177 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.31 |
| HSL | 205.98º | 0.86% | 0.37% | - |
| HSV(B) | 205.98º | 0.93% | 0.69% | - |
| XYZ | 13.26 | 13.57 | 43.52 | - |
| YUV | 86.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 177 | 0.93 | 0.40 | 0 | 0.31 | 205.98 | 0.86 | 0.37 |
| Hex | D | 6A | B1 | 5D | 28 | 0 | 1F | CE | 56 | 25 |
| Octal | 15 | 152 | 261 | 135 | 50 | 0 | 37 | 316 | 126 | 45 |
| Binary | 1101 | 1101010 | 10110001 | 1011101 | 101000 | 0 | 11111 | 11001110 | 1010110 | 100101 |
Color Harmonies of #0D6AB1
Complementary color
Monochromatic Colors of #0D6AB1
Black with #0D6AB1
Text Example
Text Example
White with #0D6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6AB1; }
p { color: rgb(13,106,177); }
H1.HeaderClassName
{
color: #0D6AB1;
}
.AnyTagClassName
{
color: #0D6AB1;
}
</style>
background-color css
<style>
a { background-color: #0D6AB1; }
a { background-color: rgb(13,106,177); }
div.DivClassName
{
background-color: #0D6AB1;
}
.BgClassName
{
background-color: #0D6AB1;
}
</style>
border-color css
<style>
span { border-color: #0D6AB1; }
span { border-color: rgb(13,106,177); }
td.TdClassName
{
border-color: #0D6AB1;
}
.TagClassName
{
border-color: #0D6AB1;
}
</style>