Shades of Denim #0D4BCA
Tints of Denim #0D4BCA
RGB
CMYK
RGB Variations
Color information
#0D4BCA (or 0x0D4BCA) is known color: Denim. HEX triplet: 0D, 4B and CA. RGB value is (13,75,202). Sum of RGB (Red+Green+Blue) = 13+75+202=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D4BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BCA is #F2B435. Grayscale: #464646. Windows color (decimal): -15905846 or 13257485. OLE color: 13257485.
HSL color Cylindrical-coordinate representation of color #0D4BCA: hue angle of 220.32º 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 #0D4BCA is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 75 | 202 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.21 |
| HSL | 220.32º | 0.88% | 0.42% | - |
| HSV(B) | 220.32º | 0.94% | 0.79% | - |
| XYZ | 13.34 | 9.38 | 56.98 | - |
| YUV | 70.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 202 | 0.94 | 0.63 | 0 | 0.21 | 220.32 | 0.88 | 0.42 |
| Hex | D | 4B | CA | 5E | 3F | 0 | 15 | DC | 58 | 2A |
| Octal | 15 | 113 | 312 | 136 | 77 | 0 | 25 | 334 | 130 | 52 |
| Binary | 1101 | 1001011 | 11001010 | 1011110 | 111111 | 0 | 10101 | 11011100 | 1011000 | 101010 |
Color Harmonies of #0D4BCA
Complementary color
Monochromatic Colors of #0D4BCA
Black with #0D4BCA
Text Example
Text Example
White with #0D4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BCA; }
p { color: rgb(13,75,202); }
H1.HeaderClassName
{
color: #0D4BCA;
}
.AnyTagClassName
{
color: #0D4BCA;
}
</style>
background-color css
<style>
a { background-color: #0D4BCA; }
a { background-color: rgb(13,75,202); }
div.DivClassName
{
background-color: #0D4BCA;
}
.BgClassName
{
background-color: #0D4BCA;
}
</style>
border-color css
<style>
span { border-color: #0D4BCA; }
span { border-color: rgb(13,75,202); }
td.TdClassName
{
border-color: #0D4BCA;
}
.TagClassName
{
border-color: #0D4BCA;
}
</style>