Shades of Denim #0D5DCB
Tints of Denim #0D5DCB
RGB
CMYK
RGB Variations
Color information
#0D5DCB (or 0x0D5DCB) is known color: Denim. HEX triplet: 0D, 5D and CB. RGB value is (13,93,203). Sum of RGB (Red+Green+Blue) = 13+93+203=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D5DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5DCB is #F2A234. Grayscale: #515151. Windows color (decimal): -15901237 or 13327629. OLE color: 13327629.
HSL color Cylindrical-coordinate representation of color #0D5DCB: hue angle of 214.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5DCB is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 93 | 203 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.20 |
| HSL | 214.74º | 0.88% | 0.42% | - |
| HSV(B) | 214.74º | 0.94% | 0.8% | - |
| XYZ | 14.86 | 12.23 | 58.08 | - |
| YUV | 81.62 | 196.5 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 93 | 203 | 0.94 | 0.54 | 0 | 0.20 | 214.74 | 0.88 | 0.42 |
| Hex | D | 5D | CB | 5E | 36 | 0 | 14 | D7 | 58 | 2A |
| Octal | 15 | 135 | 313 | 136 | 66 | 0 | 24 | 327 | 130 | 52 |
| Binary | 1101 | 1011101 | 11001011 | 1011110 | 110110 | 0 | 10100 | 11010111 | 1011000 | 101010 |
Color Harmonies of #0D5DCB
Complementary color
Monochromatic Colors of #0D5DCB
Black with #0D5DCB
Text Example
Text Example
White with #0D5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5DCB; }
p { color: rgb(13,93,203); }
H1.HeaderClassName
{
color: #0D5DCB;
}
.AnyTagClassName
{
color: #0D5DCB;
}
</style>
background-color css
<style>
a { background-color: #0D5DCB; }
a { background-color: rgb(13,93,203); }
div.DivClassName
{
background-color: #0D5DCB;
}
.BgClassName
{
background-color: #0D5DCB;
}
</style>
border-color css
<style>
span { border-color: #0D5DCB; }
span { border-color: rgb(13,93,203); }
td.TdClassName
{
border-color: #0D5DCB;
}
.TagClassName
{
border-color: #0D5DCB;
}
</style>