Shades of Denim #0D64AA
Tints of Denim #0D64AA
RGB
CMYK
RGB Variations
Color information
#0D64AA (or 0x0D64AA) is known color: Denim. HEX triplet: 0D, 64 and AA. RGB value is (13,100,170). Sum of RGB (Red+Green+Blue) = 13+100+170=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D64AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D64AA is #F29B55. Grayscale: #515151. Windows color (decimal): -15899478 or 11166733. OLE color: 11166733.
HSL color Cylindrical-coordinate representation of color #0D64AA: hue angle of 206.75º 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 #0D64AA is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 100 | 170 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.33 |
| HSL | 206.75º | 0.86% | 0.36% | - |
| HSV(B) | 206.75º | 0.92% | 0.67% | - |
| XYZ | 11.98 | 12.1 | 39.73 | - |
| YUV | 81.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 170 | 0.92 | 0.41 | 0 | 0.33 | 206.75 | 0.86 | 0.36 |
| Hex | D | 64 | AA | 5C | 29 | 0 | 21 | CF | 56 | 24 |
| Octal | 15 | 144 | 252 | 134 | 51 | 0 | 41 | 317 | 126 | 44 |
| Binary | 1101 | 1100100 | 10101010 | 1011100 | 101001 | 0 | 100001 | 11001111 | 1010110 | 100100 |
Color Harmonies of #0D64AA
Complementary color
Monochromatic Colors of #0D64AA
Black with #0D64AA
Text Example
Text Example
White with #0D64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D64AA; }
p { color: rgb(13,100,170); }
H1.HeaderClassName
{
color: #0D64AA;
}
.AnyTagClassName
{
color: #0D64AA;
}
</style>
background-color css
<style>
a { background-color: #0D64AA; }
a { background-color: rgb(13,100,170); }
div.DivClassName
{
background-color: #0D64AA;
}
.BgClassName
{
background-color: #0D64AA;
}
</style>
border-color css
<style>
span { border-color: #0D64AA; }
span { border-color: rgb(13,100,170); }
td.TdClassName
{
border-color: #0D64AA;
}
.TagClassName
{
border-color: #0D64AA;
}
</style>