Shades of Denim #0D5EBB
Tints of Denim #0D5EBB
RGB
CMYK
RGB Variations
Color information
#0D5EBB (or 0x0D5EBB) is known color: Denim. HEX triplet: 0D, 5E and BB. RGB value is (13,94,187). Sum of RGB (Red+Green+Blue) = 13+94+187=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D5EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5EBB is #F2A144. Grayscale: #4F4F4F. Windows color (decimal): -15900997 or 12279309. OLE color: 12279309.
HSL color Cylindrical-coordinate representation of color #0D5EBB: hue angle of 212.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5EBB is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 94 | 187 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.27 |
| HSL | 212.07º | 0.87% | 0.39% | - |
| HSV(B) | 212.07º | 0.93% | 0.73% | - |
| XYZ | 13.14 | 11.68 | 48.58 | - |
| YUV | 80.38 | 188.16 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 187 | 0.93 | 0.50 | 0 | 0.27 | 212.07 | 0.87 | 0.39 |
| Hex | D | 5E | BB | 5D | 32 | 0 | 1B | D4 | 57 | 27 |
| Octal | 15 | 136 | 273 | 135 | 62 | 0 | 33 | 324 | 127 | 47 |
| Binary | 1101 | 1011110 | 10111011 | 1011101 | 110010 | 0 | 11011 | 11010100 | 1010111 | 100111 |
Color Harmonies of #0D5EBB
Complementary color
Monochromatic Colors of #0D5EBB
Black with #0D5EBB
Text Example
Text Example
White with #0D5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EBB; }
p { color: rgb(13,94,187); }
H1.HeaderClassName
{
color: #0D5EBB;
}
.AnyTagClassName
{
color: #0D5EBB;
}
</style>
background-color css
<style>
a { background-color: #0D5EBB; }
a { background-color: rgb(13,94,187); }
div.DivClassName
{
background-color: #0D5EBB;
}
.BgClassName
{
background-color: #0D5EBB;
}
</style>
border-color css
<style>
span { border-color: #0D5EBB; }
span { border-color: rgb(13,94,187); }
td.TdClassName
{
border-color: #0D5EBB;
}
.TagClassName
{
border-color: #0D5EBB;
}
</style>