Shades of Denim #0D5CB3
Tints of Denim #0D5CB3
RGB
CMYK
RGB Variations
Color information
#0D5CB3 (or 0x0D5CB3) is known color: Denim. HEX triplet: 0D, 5C and B3. RGB value is (13,92,179). Sum of RGB (Red+Green+Blue) = 13+92+179=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 179 (70.31% from 255 or 63.03% from 284); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D5CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5CB3 is #F2A34C. Grayscale: #4D4D4D. Windows color (decimal): -15901517 or 11754509. OLE color: 11754509.
HSL color Cylindrical-coordinate representation of color #0D5CB3: hue angle of 211.45º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5CB3 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 92 | 179 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.30 |
| HSL | 211.45º | 0.86% | 0.38% | - |
| HSV(B) | 211.45º | 0.93% | 0.7% | - |
| XYZ | 12.13 | 10.99 | 44.13 | - |
| YUV | 78.3 | 184.83 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 92 | 179 | 0.93 | 0.49 | 0 | 0.30 | 211.45 | 0.86 | 0.38 |
| Hex | D | 5C | B3 | 5D | 31 | 0 | 1E | D3 | 56 | 26 |
| Octal | 15 | 134 | 263 | 135 | 61 | 0 | 36 | 323 | 126 | 46 |
| Binary | 1101 | 1011100 | 10110011 | 1011101 | 110001 | 0 | 11110 | 11010011 | 1010110 | 100110 |
Color Harmonies of #0D5CB3
Complementary color
Monochromatic Colors of #0D5CB3
Black with #0D5CB3
Text Example
Text Example
White with #0D5CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5CB3; }
p { color: rgb(13,92,179); }
H1.HeaderClassName
{
color: #0D5CB3;
}
.AnyTagClassName
{
color: #0D5CB3;
}
</style>
background-color css
<style>
a { background-color: #0D5CB3; }
a { background-color: rgb(13,92,179); }
div.DivClassName
{
background-color: #0D5CB3;
}
.BgClassName
{
background-color: #0D5CB3;
}
</style>
border-color css
<style>
span { border-color: #0D5CB3; }
span { border-color: rgb(13,92,179); }
td.TdClassName
{
border-color: #0D5CB3;
}
.TagClassName
{
border-color: #0D5CB3;
}
</style>