Shades of Denim #0D5EBA
Tints of Denim #0D5EBA
RGB
CMYK
RGB Variations
Color information
#0D5EBA (or 0x0D5EBA) is known color: Denim. HEX triplet: 0D, 5E and BA. RGB value is (13,94,186). Sum of RGB (Red+Green+Blue) = 13+94+186=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D5EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5EBA is #F2A145. Grayscale: #4F4F4F. Windows color (decimal): -15900998 or 12213773. OLE color: 12213773.
HSL color Cylindrical-coordinate representation of color #0D5EBA: hue angle of 211.91º 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 #0D5EBA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 94 | 186 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.27 |
| HSL | 211.91º | 0.87% | 0.39% | - |
| HSV(B) | 211.91º | 0.93% | 0.73% | - |
| XYZ | 13.03 | 11.64 | 48.01 | - |
| YUV | 80.27 | 187.66 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 94 | 186 | 0.93 | 0.49 | 0 | 0.27 | 211.91 | 0.87 | 0.39 |
| Hex | D | 5E | BA | 5D | 31 | 0 | 1B | D4 | 57 | 27 |
| Octal | 15 | 136 | 272 | 135 | 61 | 0 | 33 | 324 | 127 | 47 |
| Binary | 1101 | 1011110 | 10111010 | 1011101 | 110001 | 0 | 11011 | 11010100 | 1010111 | 100111 |
Color Harmonies of #0D5EBA
Complementary color
Monochromatic Colors of #0D5EBA
Black with #0D5EBA
Text Example
Text Example
White with #0D5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5EBA; }
p { color: rgb(13,94,186); }
H1.HeaderClassName
{
color: #0D5EBA;
}
.AnyTagClassName
{
color: #0D5EBA;
}
</style>
background-color css
<style>
a { background-color: #0D5EBA; }
a { background-color: rgb(13,94,186); }
div.DivClassName
{
background-color: #0D5EBA;
}
.BgClassName
{
background-color: #0D5EBA;
}
</style>
border-color css
<style>
span { border-color: #0D5EBA; }
span { border-color: rgb(13,94,186); }
td.TdClassName
{
border-color: #0D5EBA;
}
.TagClassName
{
border-color: #0D5EBA;
}
</style>