Shades of Denim #0D59AD
Tints of Denim #0D59AD
RGB
CMYK
RGB Variations
Color information
#0D59AD (or 0x0D59AD) is known color: Denim. HEX triplet: 0D, 59 and AD. RGB value is (13,89,173). Sum of RGB (Red+Green+Blue) = 13+89+173=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D59AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D59AD is #F2A652. Grayscale: #4B4B4B. Windows color (decimal): -15902291 or 11360525. OLE color: 11360525.
HSL color Cylindrical-coordinate representation of color #0D59AD: hue angle of 211.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D59AD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 89 | 173 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.32 |
| HSL | 211.5º | 0.86% | 0.36% | - |
| HSV(B) | 211.5º | 0.92% | 0.68% | - |
| XYZ | 11.28 | 10.25 | 40.92 | - |
| YUV | 75.85 | 182.82 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 173 | 0.92 | 0.49 | 0 | 0.32 | 211.5 | 0.86 | 0.36 |
| Hex | D | 59 | AD | 5C | 31 | 0 | 20 | D4 | 56 | 24 |
| Octal | 15 | 131 | 255 | 134 | 61 | 0 | 40 | 324 | 126 | 44 |
| Binary | 1101 | 1011001 | 10101101 | 1011100 | 110001 | 0 | 100000 | 11010100 | 1010110 | 100100 |
Color Harmonies of #0D59AD
Complementary color
Monochromatic Colors of #0D59AD
Black with #0D59AD
Text Example
Text Example
White with #0D59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D59AD; }
p { color: rgb(13,89,173); }
H1.HeaderClassName
{
color: #0D59AD;
}
.AnyTagClassName
{
color: #0D59AD;
}
</style>
background-color css
<style>
a { background-color: #0D59AD; }
a { background-color: rgb(13,89,173); }
div.DivClassName
{
background-color: #0D59AD;
}
.BgClassName
{
background-color: #0D59AD;
}
</style>
border-color css
<style>
span { border-color: #0D59AD; }
span { border-color: rgb(13,89,173); }
td.TdClassName
{
border-color: #0D59AD;
}
.TagClassName
{
border-color: #0D59AD;
}
</style>