Shades of Denim #0D4BCD
Tints of Denim #0D4BCD
RGB
CMYK
RGB Variations
Color information
#0D4BCD (or 0x0D4BCD) is known color: Denim. HEX triplet: 0D, 4B and CD. RGB value is (13,75,205). Sum of RGB (Red+Green+Blue) = 13+75+205=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D4BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BCD is #F2B432. Grayscale: #464646. Windows color (decimal): -15905843 or 13454093. OLE color: 13454093.
HSL color Cylindrical-coordinate representation of color #0D4BCD: hue angle of 220.62º 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 #0D4BCD is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 75 | 205 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.20 |
| HSL | 220.63º | 0.88% | 0.43% | - |
| HSV(B) | 220.63º | 0.94% | 0.8% | - |
| XYZ | 13.7 | 9.53 | 58.87 | - |
| YUV | 71.28 | 203.46 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 205 | 0.94 | 0.63 | 0 | 0.20 | 220.63 | 0.88 | 0.43 |
| Hex | D | 4B | CD | 5E | 3F | 0 | 14 | DD | 58 | 2B |
| Octal | 15 | 113 | 315 | 136 | 77 | 0 | 24 | 335 | 130 | 53 |
| Binary | 1101 | 1001011 | 11001101 | 1011110 | 111111 | 0 | 10100 | 11011101 | 1011000 | 101011 |
Color Harmonies of #0D4BCD
Complementary color
Monochromatic Colors of #0D4BCD
Black with #0D4BCD
Text Example
Text Example
White with #0D4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BCD; }
p { color: rgb(13,75,205); }
H1.HeaderClassName
{
color: #0D4BCD;
}
.AnyTagClassName
{
color: #0D4BCD;
}
</style>
background-color css
<style>
a { background-color: #0D4BCD; }
a { background-color: rgb(13,75,205); }
div.DivClassName
{
background-color: #0D4BCD;
}
.BgClassName
{
background-color: #0D4BCD;
}
</style>
border-color css
<style>
span { border-color: #0D4BCD; }
span { border-color: rgb(13,75,205); }
td.TdClassName
{
border-color: #0D4BCD;
}
.TagClassName
{
border-color: #0D4BCD;
}
</style>