Shades of Denim #0D58AB
Tints of Denim #0D58AB
RGB
CMYK
RGB Variations
Color information
#0D58AB (or 0x0D58AB) is known color: Denim. HEX triplet: 0D, 58 and AB. RGB value is (13,88,171). Sum of RGB (Red+Green+Blue) = 13+88+171=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D58AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D58AB is #F2A754. Grayscale: #4A4A4A. Windows color (decimal): -15902549 or 11229197. OLE color: 11229197.
HSL color Cylindrical-coordinate representation of color #0D58AB: hue angle of 211.52º 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 #0D58AB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 88 | 171 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.33 |
| HSL | 211.52º | 0.86% | 0.36% | - |
| HSV(B) | 211.52º | 0.92% | 0.67% | - |
| XYZ | 11.01 | 10.01 | 39.88 | - |
| YUV | 75.04 | 182.15 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 171 | 0.92 | 0.49 | 0 | 0.33 | 211.52 | 0.86 | 0.36 |
| Hex | D | 58 | AB | 5C | 31 | 0 | 21 | D4 | 56 | 24 |
| Octal | 15 | 130 | 253 | 134 | 61 | 0 | 41 | 324 | 126 | 44 |
| Binary | 1101 | 1011000 | 10101011 | 1011100 | 110001 | 0 | 100001 | 11010100 | 1010110 | 100100 |
Color Harmonies of #0D58AB
Complementary color
Monochromatic Colors of #0D58AB
Black with #0D58AB
Text Example
Text Example
White with #0D58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D58AB; }
p { color: rgb(13,88,171); }
H1.HeaderClassName
{
color: #0D58AB;
}
.AnyTagClassName
{
color: #0D58AB;
}
</style>
background-color css
<style>
a { background-color: #0D58AB; }
a { background-color: rgb(13,88,171); }
div.DivClassName
{
background-color: #0D58AB;
}
.BgClassName
{
background-color: #0D58AB;
}
</style>
border-color css
<style>
span { border-color: #0D58AB; }
span { border-color: rgb(13,88,171); }
td.TdClassName
{
border-color: #0D58AB;
}
.TagClassName
{
border-color: #0D58AB;
}
</style>