Shades of Denim #0D5FB4
Tints of Denim #0D5FB4
RGB
CMYK
RGB Variations
Color information
#0D5FB4 (or 0x0D5FB4) is known color: Denim. HEX triplet: 0D, 5F and B4. RGB value is (13,95,180). Sum of RGB (Red+Green+Blue) = 13+95+180=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D5FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FB4 is #F2A04B. Grayscale: #4F4F4F. Windows color (decimal): -15900748 or 11820813. OLE color: 11820813.
HSL color Cylindrical-coordinate representation of color #0D5FB4: hue angle of 210.54º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5FB4 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 95 | 180 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.29 |
| HSL | 210.54º | 0.87% | 0.38% | - |
| HSV(B) | 210.54º | 0.93% | 0.71% | - |
| XYZ | 12.5 | 11.57 | 44.75 | - |
| YUV | 80.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 180 | 0.93 | 0.47 | 0 | 0.29 | 210.54 | 0.87 | 0.38 |
| Hex | D | 5F | B4 | 5D | 2F | 0 | 1D | D3 | 57 | 26 |
| Octal | 15 | 137 | 264 | 135 | 57 | 0 | 35 | 323 | 127 | 46 |
| Binary | 1101 | 1011111 | 10110100 | 1011101 | 101111 | 0 | 11101 | 11010011 | 1010111 | 100110 |
Color Harmonies of #0D5FB4
Complementary color
Monochromatic Colors of #0D5FB4
Black with #0D5FB4
Text Example
Text Example
White with #0D5FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FB4; }
p { color: rgb(13,95,180); }
H1.HeaderClassName
{
color: #0D5FB4;
}
.AnyTagClassName
{
color: #0D5FB4;
}
</style>
background-color css
<style>
a { background-color: #0D5FB4; }
a { background-color: rgb(13,95,180); }
div.DivClassName
{
background-color: #0D5FB4;
}
.BgClassName
{
background-color: #0D5FB4;
}
</style>
border-color css
<style>
span { border-color: #0D5FB4; }
span { border-color: rgb(13,95,180); }
td.TdClassName
{
border-color: #0D5FB4;
}
.TagClassName
{
border-color: #0D5FB4;
}
</style>