Shades of Denim #0D4FCA
Tints of Denim #0D4FCA
RGB
CMYK
RGB Variations
Color information
#0D4FCA (or 0x0D4FCA) is known color: Denim. HEX triplet: 0D, 4F and CA. RGB value is (13,79,202). Sum of RGB (Red+Green+Blue) = 13+79+202=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D4FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FCA is #F2B035. Grayscale: #484848. Windows color (decimal): -15904822 or 13258509. OLE color: 13258509.
HSL color Cylindrical-coordinate representation of color #0D4FCA: hue angle of 219.05º 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 #0D4FCA is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 79 | 202 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.21 |
| HSL | 219.05º | 0.88% | 0.42% | - |
| HSV(B) | 219.05º | 0.94% | 0.79% | - |
| XYZ | 13.62 | 9.94 | 57.08 | - |
| YUV | 73.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 202 | 0.94 | 0.61 | 0 | 0.21 | 219.05 | 0.88 | 0.42 |
| Hex | D | 4F | CA | 5E | 3D | 0 | 15 | DB | 58 | 2A |
| Octal | 15 | 117 | 312 | 136 | 75 | 0 | 25 | 333 | 130 | 52 |
| Binary | 1101 | 1001111 | 11001010 | 1011110 | 111101 | 0 | 10101 | 11011011 | 1011000 | 101010 |
Color Harmonies of #0D4FCA
Complementary color
Monochromatic Colors of #0D4FCA
Black with #0D4FCA
Text Example
Text Example
White with #0D4FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4FCA; }
p { color: rgb(13,79,202); }
H1.HeaderClassName
{
color: #0D4FCA;
}
.AnyTagClassName
{
color: #0D4FCA;
}
</style>
background-color css
<style>
a { background-color: #0D4FCA; }
a { background-color: rgb(13,79,202); }
div.DivClassName
{
background-color: #0D4FCA;
}
.BgClassName
{
background-color: #0D4FCA;
}
</style>
border-color css
<style>
span { border-color: #0D4FCA; }
span { border-color: rgb(13,79,202); }
td.TdClassName
{
border-color: #0D4FCA;
}
.TagClassName
{
border-color: #0D4FCA;
}
</style>