Shades of Denim #0D4ECF
Tints of Denim #0D4ECF
RGB
CMYK
RGB Variations
Color information
#0D4ECF (or 0x0D4ECF) is known color: Denim. HEX triplet: 0D, 4E and CF. RGB value is (13,78,207). Sum of RGB (Red+Green+Blue) = 13+78+207=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D4ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4ECF is #F2B130. Grayscale: #484848. Windows color (decimal): -15905073 or 13585933. OLE color: 13585933.
HSL color Cylindrical-coordinate representation of color #0D4ECF: hue angle of 219.9º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4ECF is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 78 | 207 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.19 |
| HSL | 219.9º | 0.88% | 0.43% | - |
| HSV(B) | 219.9º | 0.94% | 0.81% | - |
| XYZ | 14.15 | 10.04 | 60.22 | - |
| YUV | 73.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 207 | 0.94 | 0.62 | 0 | 0.19 | 219.9 | 0.88 | 0.43 |
| Hex | D | 4E | CF | 5E | 3E | 0 | 13 | DC | 58 | 2B |
| Octal | 15 | 116 | 317 | 136 | 76 | 0 | 23 | 334 | 130 | 53 |
| Binary | 1101 | 1001110 | 11001111 | 1011110 | 111110 | 0 | 10011 | 11011100 | 1011000 | 101011 |
Color Harmonies of #0D4ECF
Complementary color
Monochromatic Colors of #0D4ECF
Black with #0D4ECF
Text Example
Text Example
White with #0D4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ECF; }
p { color: rgb(13,78,207); }
H1.HeaderClassName
{
color: #0D4ECF;
}
.AnyTagClassName
{
color: #0D4ECF;
}
</style>
background-color css
<style>
a { background-color: #0D4ECF; }
a { background-color: rgb(13,78,207); }
div.DivClassName
{
background-color: #0D4ECF;
}
.BgClassName
{
background-color: #0D4ECF;
}
</style>
border-color css
<style>
span { border-color: #0D4ECF; }
span { border-color: rgb(13,78,207); }
td.TdClassName
{
border-color: #0D4ECF;
}
.TagClassName
{
border-color: #0D4ECF;
}
</style>