Shades of Denim #0D5FB3
Tints of Denim #0D5FB3
RGB
CMYK
RGB Variations
Color information
#0D5FB3 (or 0x0D5FB3) is known color: Denim. HEX triplet: 0D, 5F and B3. RGB value is (13,95,179). Sum of RGB (Red+Green+Blue) = 13+95+179=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 179 (70.31% from 255 or 62.37% from 287); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D5FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FB3 is #F2A04C. Grayscale: #4F4F4F. Windows color (decimal): -15900749 or 11755277. OLE color: 11755277.
HSL color Cylindrical-coordinate representation of color #0D5FB3: hue angle of 210.36º 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 #0D5FB3 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 95 | 179 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.30 |
| HSL | 210.36º | 0.86% | 0.38% | - |
| HSV(B) | 210.36º | 0.93% | 0.7% | - |
| XYZ | 12.39 | 11.52 | 44.22 | - |
| YUV | 80.06 | 183.83 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 179 | 0.93 | 0.47 | 0 | 0.30 | 210.36 | 0.86 | 0.38 |
| Hex | D | 5F | B3 | 5D | 2F | 0 | 1E | D2 | 56 | 26 |
| Octal | 15 | 137 | 263 | 135 | 57 | 0 | 36 | 322 | 126 | 46 |
| Binary | 1101 | 1011111 | 10110011 | 1011101 | 101111 | 0 | 11110 | 11010010 | 1010110 | 100110 |
Color Harmonies of #0D5FB3
Complementary color
Monochromatic Colors of #0D5FB3
Black with #0D5FB3
Text Example
Text Example
White with #0D5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5FB3; }
p { color: rgb(13,95,179); }
H1.HeaderClassName
{
color: #0D5FB3;
}
.AnyTagClassName
{
color: #0D5FB3;
}
</style>
background-color css
<style>
a { background-color: #0D5FB3; }
a { background-color: rgb(13,95,179); }
div.DivClassName
{
background-color: #0D5FB3;
}
.BgClassName
{
background-color: #0D5FB3;
}
</style>
border-color css
<style>
span { border-color: #0D5FB3; }
span { border-color: rgb(13,95,179); }
td.TdClassName
{
border-color: #0D5FB3;
}
.TagClassName
{
border-color: #0D5FB3;
}
</style>