Shades of Denim #0D4ECD
Tints of Denim #0D4ECD
RGB
CMYK
RGB Variations
Color information
#0D4ECD (or 0x0D4ECD) is known color: Denim. HEX triplet: 0D, 4E and CD. RGB value is (13,78,205). Sum of RGB (Red+Green+Blue) = 13+78+205=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D4ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4ECD is #F2B132. Grayscale: #484848. Windows color (decimal): -15905075 or 13454861. OLE color: 13454861.
HSL color Cylindrical-coordinate representation of color #0D4ECD: hue angle of 219.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4ECD is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 78 | 205 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.20 |
| HSL | 219.69º | 0.88% | 0.43% | - |
| HSV(B) | 219.69º | 0.94% | 0.8% | - |
| XYZ | 13.91 | 9.94 | 58.94 | - |
| YUV | 73.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 205 | 0.94 | 0.62 | 0 | 0.20 | 219.69 | 0.88 | 0.43 |
| Hex | D | 4E | CD | 5E | 3E | 0 | 14 | DC | 58 | 2B |
| Octal | 15 | 116 | 315 | 136 | 76 | 0 | 24 | 334 | 130 | 53 |
| Binary | 1101 | 1001110 | 11001101 | 1011110 | 111110 | 0 | 10100 | 11011100 | 1011000 | 101011 |
Color Harmonies of #0D4ECD
Complementary color
Monochromatic Colors of #0D4ECD
Black with #0D4ECD
Text Example
Text Example
White with #0D4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ECD; }
p { color: rgb(13,78,205); }
H1.HeaderClassName
{
color: #0D4ECD;
}
.AnyTagClassName
{
color: #0D4ECD;
}
</style>
background-color css
<style>
a { background-color: #0D4ECD; }
a { background-color: rgb(13,78,205); }
div.DivClassName
{
background-color: #0D4ECD;
}
.BgClassName
{
background-color: #0D4ECD;
}
</style>
border-color css
<style>
span { border-color: #0D4ECD; }
span { border-color: rgb(13,78,205); }
td.TdClassName
{
border-color: #0D4ECD;
}
.TagClassName
{
border-color: #0D4ECD;
}
</style>