Shades of Denim #0D5CA6
Tints of Denim #0D5CA6
RGB
CMYK
RGB Variations
Color information
#0D5CA6 (or 0x0D5CA6) is known color: Denim. HEX triplet: 0D, 5C and A6. RGB value is (13,92,166). Sum of RGB (Red+Green+Blue) = 13+92+166=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #0D5CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5CA6 is #F2A359. Grayscale: #4C4C4C. Windows color (decimal): -15901530 or 10902541. OLE color: 10902541.
HSL color Cylindrical-coordinate representation of color #0D5CA6: hue angle of 209.02º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D5CA6 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 92 | 166 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.35 |
| HSL | 209.02º | 0.85% | 0.35% | - |
| HSV(B) | 209.02º | 0.92% | 0.65% | - |
| XYZ | 10.88 | 10.49 | 37.53 | - |
| YUV | 76.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 92 | 166 | 0.92 | 0.45 | 0 | 0.35 | 209.02 | 0.85 | 0.35 |
| Hex | D | 5C | A6 | 5C | 2D | 0 | 23 | D1 | 55 | 23 |
| Octal | 15 | 134 | 246 | 134 | 55 | 0 | 43 | 321 | 125 | 43 |
| Binary | 1101 | 1011100 | 10100110 | 1011100 | 101101 | 0 | 100011 | 11010001 | 1010101 | 100011 |
Color Harmonies of #0D5CA6
Complementary color
Monochromatic Colors of #0D5CA6
Black with #0D5CA6
Text Example
Text Example
White with #0D5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5CA6; }
p { color: rgb(13,92,166); }
H1.HeaderClassName
{
color: #0D5CA6;
}
.AnyTagClassName
{
color: #0D5CA6;
}
</style>
background-color css
<style>
a { background-color: #0D5CA6; }
a { background-color: rgb(13,92,166); }
div.DivClassName
{
background-color: #0D5CA6;
}
.BgClassName
{
background-color: #0D5CA6;
}
</style>
border-color css
<style>
span { border-color: #0D5CA6; }
span { border-color: rgb(13,92,166); }
td.TdClassName
{
border-color: #0D5CA6;
}
.TagClassName
{
border-color: #0D5CA6;
}
</style>