Shades of Denim #0D4EBA
Tints of Denim #0D4EBA
RGB
CMYK
RGB Variations
Color information
#0D4EBA (or 0x0D4EBA) is known color: Denim. HEX triplet: 0D, 4E and BA. RGB value is (13,78,186). Sum of RGB (Red+Green+Blue) = 13+78+186=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D4EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4EBA is #F2B145. Grayscale: #464646. Windows color (decimal): -15905094 or 12209677. OLE color: 12209677.
HSL color Cylindrical-coordinate representation of color #0D4EBA: hue angle of 217.46º 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 #0D4EBA is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 78 | 186 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.27 |
| HSL | 217.46º | 0.87% | 0.39% | - |
| HSV(B) | 217.46º | 0.93% | 0.73% | - |
| XYZ | 11.75 | 9.08 | 47.59 | - |
| YUV | 70.88 | 192.97 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 186 | 0.93 | 0.58 | 0 | 0.27 | 217.46 | 0.87 | 0.39 |
| Hex | D | 4E | BA | 5D | 3A | 0 | 1B | D9 | 57 | 27 |
| Octal | 15 | 116 | 272 | 135 | 72 | 0 | 33 | 331 | 127 | 47 |
| Binary | 1101 | 1001110 | 10111010 | 1011101 | 111010 | 0 | 11011 | 11011001 | 1010111 | 100111 |
Color Harmonies of #0D4EBA
Complementary color
Monochromatic Colors of #0D4EBA
Black with #0D4EBA
Text Example
Text Example
White with #0D4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4EBA; }
p { color: rgb(13,78,186); }
H1.HeaderClassName
{
color: #0D4EBA;
}
.AnyTagClassName
{
color: #0D4EBA;
}
</style>
background-color css
<style>
a { background-color: #0D4EBA; }
a { background-color: rgb(13,78,186); }
div.DivClassName
{
background-color: #0D4EBA;
}
.BgClassName
{
background-color: #0D4EBA;
}
</style>
border-color css
<style>
span { border-color: #0D4EBA; }
span { border-color: rgb(13,78,186); }
td.TdClassName
{
border-color: #0D4EBA;
}
.TagClassName
{
border-color: #0D4EBA;
}
</style>