Shades of Denim #0D5CAC
Tints of Denim #0D5CAC
RGB
CMYK
RGB Variations
Color information
#0D5CAC (or 0x0D5CAC) is known color: Denim. HEX triplet: 0D, 5C and AC. RGB value is (13,92,172). Sum of RGB (Red+Green+Blue) = 13+92+172=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D5CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5CAC is #F2A353. Grayscale: #4D4D4D. Windows color (decimal): -15901524 or 11295757. OLE color: 11295757.
HSL color Cylindrical-coordinate representation of color #0D5CAC: hue angle of 210.19º 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 #0D5CAC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 92 | 172 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.33 |
| HSL | 210.19º | 0.86% | 0.36% | - |
| HSV(B) | 210.19º | 0.92% | 0.67% | - |
| XYZ | 11.44 | 10.72 | 40.5 | - |
| YUV | 77.5 | 181.33 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 92 | 172 | 0.92 | 0.47 | 0 | 0.33 | 210.19 | 0.86 | 0.36 |
| Hex | D | 5C | AC | 5C | 2F | 0 | 21 | D2 | 56 | 24 |
| Octal | 15 | 134 | 254 | 134 | 57 | 0 | 41 | 322 | 126 | 44 |
| Binary | 1101 | 1011100 | 10101100 | 1011100 | 101111 | 0 | 100001 | 11010010 | 1010110 | 100100 |
Color Harmonies of #0D5CAC
Complementary color
Monochromatic Colors of #0D5CAC
Black with #0D5CAC
Text Example
Text Example
White with #0D5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5CAC; }
p { color: rgb(13,92,172); }
H1.HeaderClassName
{
color: #0D5CAC;
}
.AnyTagClassName
{
color: #0D5CAC;
}
</style>
background-color css
<style>
a { background-color: #0D5CAC; }
a { background-color: rgb(13,92,172); }
div.DivClassName
{
background-color: #0D5CAC;
}
.BgClassName
{
background-color: #0D5CAC;
}
</style>
border-color css
<style>
span { border-color: #0D5CAC; }
span { border-color: rgb(13,92,172); }
td.TdClassName
{
border-color: #0D5CAC;
}
.TagClassName
{
border-color: #0D5CAC;
}
</style>