Shades of Denim #0D4ACA
Tints of Denim #0D4ACA
RGB
CMYK
RGB Variations
Color information
#0D4ACA (or 0x0D4ACA) is known color: Denim. HEX triplet: 0D, 4A and CA. RGB value is (13,74,202). Sum of RGB (Red+Green+Blue) = 13+74+202=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D4ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4ACA is #F2B535. Grayscale: #454545. Windows color (decimal): -15906102 or 13257229. OLE color: 13257229.
HSL color Cylindrical-coordinate representation of color #0D4ACA: hue angle of 220.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4ACA is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 74 | 202 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.21 |
| HSL | 220.63º | 0.88% | 0.42% | - |
| HSV(B) | 220.63º | 0.94% | 0.79% | - |
| XYZ | 13.28 | 9.25 | 56.96 | - |
| YUV | 70.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 202 | 0.94 | 0.63 | 0 | 0.21 | 220.63 | 0.88 | 0.42 |
| Hex | D | 4A | CA | 5E | 3F | 0 | 15 | DD | 58 | 2A |
| Octal | 15 | 112 | 312 | 136 | 77 | 0 | 25 | 335 | 130 | 52 |
| Binary | 1101 | 1001010 | 11001010 | 1011110 | 111111 | 0 | 10101 | 11011101 | 1011000 | 101010 |
Color Harmonies of #0D4ACA
Complementary color
Monochromatic Colors of #0D4ACA
Black with #0D4ACA
Text Example
Text Example
White with #0D4ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4ACA; }
p { color: rgb(13,74,202); }
H1.HeaderClassName
{
color: #0D4ACA;
}
.AnyTagClassName
{
color: #0D4ACA;
}
</style>
background-color css
<style>
a { background-color: #0D4ACA; }
a { background-color: rgb(13,74,202); }
div.DivClassName
{
background-color: #0D4ACA;
}
.BgClassName
{
background-color: #0D4ACA;
}
</style>
border-color css
<style>
span { border-color: #0D4ACA; }
span { border-color: rgb(13,74,202); }
td.TdClassName
{
border-color: #0D4ACA;
}
.TagClassName
{
border-color: #0D4ACA;
}
</style>