Shades of Denim #0D58AD
Tints of Denim #0D58AD
RGB
CMYK
RGB Variations
Color information
#0D58AD (or 0x0D58AD) is known color: Denim. HEX triplet: 0D, 58 and AD. RGB value is (13,88,173). Sum of RGB (Red+Green+Blue) = 13+88+173=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D58AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D58AD is #F2A752. Grayscale: #4A4A4A. Windows color (decimal): -15902547 or 11360269. OLE color: 11360269.
HSL color Cylindrical-coordinate representation of color #0D58AD: hue angle of 211.88º 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 #0D58AD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 88 | 173 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.32 |
| HSL | 211.88º | 0.86% | 0.36% | - |
| HSV(B) | 211.88º | 0.92% | 0.68% | - |
| XYZ | 11.2 | 10.08 | 40.89 | - |
| YUV | 75.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 173 | 0.92 | 0.49 | 0 | 0.32 | 211.88 | 0.86 | 0.36 |
| Hex | D | 58 | AD | 5C | 31 | 0 | 20 | D4 | 56 | 24 |
| Octal | 15 | 130 | 255 | 134 | 61 | 0 | 40 | 324 | 126 | 44 |
| Binary | 1101 | 1011000 | 10101101 | 1011100 | 110001 | 0 | 100000 | 11010100 | 1010110 | 100100 |
Color Harmonies of #0D58AD
Complementary color
Monochromatic Colors of #0D58AD
Black with #0D58AD
Text Example
Text Example
White with #0D58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D58AD; }
p { color: rgb(13,88,173); }
H1.HeaderClassName
{
color: #0D58AD;
}
.AnyTagClassName
{
color: #0D58AD;
}
</style>
background-color css
<style>
a { background-color: #0D58AD; }
a { background-color: rgb(13,88,173); }
div.DivClassName
{
background-color: #0D58AD;
}
.BgClassName
{
background-color: #0D58AD;
}
</style>
border-color css
<style>
span { border-color: #0D58AD; }
span { border-color: rgb(13,88,173); }
td.TdClassName
{
border-color: #0D58AD;
}
.TagClassName
{
border-color: #0D58AD;
}
</style>