Shades of Denim #0D65AC
Tints of Denim #0D65AC
RGB
CMYK
RGB Variations
Color information
#0D65AC (or 0x0D65AC) is known color: Denim. HEX triplet: 0D, 65 and AC. RGB value is (13,101,172). Sum of RGB (Red+Green+Blue) = 13+101+172=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D65AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D65AC is #F29A53. Grayscale: #525252. Windows color (decimal): -15899220 or 11298061. OLE color: 11298061.
HSL color Cylindrical-coordinate representation of color #0D65AC: hue angle of 206.79º 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 #0D65AC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 101 | 172 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.33 |
| HSL | 206.79º | 0.86% | 0.36% | - |
| HSV(B) | 206.79º | 0.92% | 0.67% | - |
| XYZ | 12.27 | 12.37 | 40.77 | - |
| YUV | 82.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 172 | 0.92 | 0.41 | 0 | 0.33 | 206.79 | 0.86 | 0.36 |
| Hex | D | 65 | AC | 5C | 29 | 0 | 21 | CF | 56 | 24 |
| Octal | 15 | 145 | 254 | 134 | 51 | 0 | 41 | 317 | 126 | 44 |
| Binary | 1101 | 1100101 | 10101100 | 1011100 | 101001 | 0 | 100001 | 11001111 | 1010110 | 100100 |
Color Harmonies of #0D65AC
Complementary color
Monochromatic Colors of #0D65AC
Black with #0D65AC
Text Example
Text Example
White with #0D65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65AC; }
p { color: rgb(13,101,172); }
H1.HeaderClassName
{
color: #0D65AC;
}
.AnyTagClassName
{
color: #0D65AC;
}
</style>
background-color css
<style>
a { background-color: #0D65AC; }
a { background-color: rgb(13,101,172); }
div.DivClassName
{
background-color: #0D65AC;
}
.BgClassName
{
background-color: #0D65AC;
}
</style>
border-color css
<style>
span { border-color: #0D65AC; }
span { border-color: rgb(13,101,172); }
td.TdClassName
{
border-color: #0D65AC;
}
.TagClassName
{
border-color: #0D65AC;
}
</style>