Shades of Denim #0D4BCE
Tints of Denim #0D4BCE
RGB
CMYK
RGB Variations
Color information
#0D4BCE (or 0x0D4BCE) is known color: Denim. HEX triplet: 0D, 4B and CE. RGB value is (13,75,206). Sum of RGB (Red+Green+Blue) = 13+75+206=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D4BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BCE is #F2B431. Grayscale: #464646. Windows color (decimal): -15905842 or 13519629. OLE color: 13519629.
HSL color Cylindrical-coordinate representation of color #0D4BCE: hue angle of 220.73º 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 #0D4BCE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 75 | 206 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.19 |
| HSL | 220.73º | 0.88% | 0.43% | - |
| HSV(B) | 220.73º | 0.94% | 0.81% | - |
| XYZ | 13.82 | 9.57 | 59.51 | - |
| YUV | 71.4 | 203.96 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 206 | 0.94 | 0.64 | 0 | 0.19 | 220.73 | 0.88 | 0.43 |
| Hex | D | 4B | CE | 5E | 40 | 0 | 13 | DD | 58 | 2B |
| Octal | 15 | 113 | 316 | 136 | 100 | 0 | 23 | 335 | 130 | 53 |
| Binary | 1101 | 1001011 | 11001110 | 1011110 | 1000000 | 0 | 10011 | 11011101 | 1011000 | 101011 |
Color Harmonies of #0D4BCE
Complementary color
Monochromatic Colors of #0D4BCE
Black with #0D4BCE
Text Example
Text Example
White with #0D4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BCE; }
p { color: rgb(13,75,206); }
H1.HeaderClassName
{
color: #0D4BCE;
}
.AnyTagClassName
{
color: #0D4BCE;
}
</style>
background-color css
<style>
a { background-color: #0D4BCE; }
a { background-color: rgb(13,75,206); }
div.DivClassName
{
background-color: #0D4BCE;
}
.BgClassName
{
background-color: #0D4BCE;
}
</style>
border-color css
<style>
span { border-color: #0D4BCE; }
span { border-color: rgb(13,75,206); }
td.TdClassName
{
border-color: #0D4BCE;
}
.TagClassName
{
border-color: #0D4BCE;
}
</style>