Shades of Denim #0D59AC
Tints of Denim #0D59AC
RGB
CMYK
RGB Variations
Color information
#0D59AC (or 0x0D59AC) is known color: Denim. HEX triplet: 0D, 59 and AC. RGB value is (13,89,172). Sum of RGB (Red+Green+Blue) = 13+89+172=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D59AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D59AC is #F2A653. Grayscale: #4B4B4B. Windows color (decimal): -15902292 or 11294989. OLE color: 11294989.
HSL color Cylindrical-coordinate representation of color #0D59AC: hue angle of 211.32º 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 #0D59AC is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 89 | 172 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.33 |
| HSL | 211.32º | 0.86% | 0.36% | - |
| HSV(B) | 211.32º | 0.92% | 0.67% | - |
| XYZ | 11.18 | 10.21 | 40.41 | - |
| YUV | 75.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 172 | 0.92 | 0.48 | 0 | 0.33 | 211.32 | 0.86 | 0.36 |
| Hex | D | 59 | AC | 5C | 30 | 0 | 21 | D3 | 56 | 24 |
| Octal | 15 | 131 | 254 | 134 | 60 | 0 | 41 | 323 | 126 | 44 |
| Binary | 1101 | 1011001 | 10101100 | 1011100 | 110000 | 0 | 100001 | 11010011 | 1010110 | 100100 |
Color Harmonies of #0D59AC
Complementary color
Monochromatic Colors of #0D59AC
Black with #0D59AC
Text Example
Text Example
White with #0D59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D59AC; }
p { color: rgb(13,89,172); }
H1.HeaderClassName
{
color: #0D59AC;
}
.AnyTagClassName
{
color: #0D59AC;
}
</style>
background-color css
<style>
a { background-color: #0D59AC; }
a { background-color: rgb(13,89,172); }
div.DivClassName
{
background-color: #0D59AC;
}
.BgClassName
{
background-color: #0D59AC;
}
</style>
border-color css
<style>
span { border-color: #0D59AC; }
span { border-color: rgb(13,89,172); }
td.TdClassName
{
border-color: #0D59AC;
}
.TagClassName
{
border-color: #0D59AC;
}
</style>