Shades of Denim #0D69AA
Tints of Denim #0D69AA
RGB
CMYK
RGB Variations
Color information
#0D69AA (or 0x0D69AA) is known color: Denim. HEX triplet: 0D, 69 and AA. RGB value is (13,105,170). Sum of RGB (Red+Green+Blue) = 13+105+170=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D69AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D69AA is #F29655. Grayscale: #545454. Windows color (decimal): -15898198 or 11168013. OLE color: 11168013.
HSL color Cylindrical-coordinate representation of color #0D69AA: hue angle of 204.84º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D69AA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 105 | 170 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.33 |
| HSL | 204.84º | 0.86% | 0.36% | - |
| HSV(B) | 204.84º | 0.92% | 0.67% | - |
| XYZ | 12.47 | 13.09 | 39.9 | - |
| YUV | 84.9 | 176.02 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 170 | 0.92 | 0.38 | 0 | 0.33 | 204.84 | 0.86 | 0.36 |
| Hex | D | 69 | AA | 5C | 26 | 0 | 21 | CD | 56 | 24 |
| Octal | 15 | 151 | 252 | 134 | 46 | 0 | 41 | 315 | 126 | 44 |
| Binary | 1101 | 1101001 | 10101010 | 1011100 | 100110 | 0 | 100001 | 11001101 | 1010110 | 100100 |
Color Harmonies of #0D69AA
Complementary color
Monochromatic Colors of #0D69AA
Black with #0D69AA
Text Example
Text Example
White with #0D69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D69AA; }
p { color: rgb(13,105,170); }
H1.HeaderClassName
{
color: #0D69AA;
}
.AnyTagClassName
{
color: #0D69AA;
}
</style>
background-color css
<style>
a { background-color: #0D69AA; }
a { background-color: rgb(13,105,170); }
div.DivClassName
{
background-color: #0D69AA;
}
.BgClassName
{
background-color: #0D69AA;
}
</style>
border-color css
<style>
span { border-color: #0D69AA; }
span { border-color: rgb(13,105,170); }
td.TdClassName
{
border-color: #0D69AA;
}
.TagClassName
{
border-color: #0D69AA;
}
</style>