Shades of Denim #0D4CC1
Tints of Denim #0D4CC1
RGB
CMYK
RGB Variations
Color information
#0D4CC1 (or 0x0D4CC1) is known color: Denim. HEX triplet: 0D, 4C and C1. RGB value is (13,76,193). Sum of RGB (Red+Green+Blue) = 13+76+193=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D4CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4CC1 is #F2B33E. Grayscale: #454545. Windows color (decimal): -15905599 or 12667917. OLE color: 12667917.
HSL color Cylindrical-coordinate representation of color #0D4CC1: hue angle of 219º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4CC1 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 76 | 193 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.24 |
| HSL | 219º | 0.87% | 0.4% | - |
| HSV(B) | 219º | 0.93% | 0.76% | - |
| XYZ | 12.38 | 9.1 | 51.56 | - |
| YUV | 70.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 193 | 0.93 | 0.61 | 0 | 0.24 | 219 | 0.87 | 0.4 |
| Hex | D | 4C | C1 | 5D | 3D | 0 | 18 | DB | 57 | 28 |
| Octal | 15 | 114 | 301 | 135 | 75 | 0 | 30 | 333 | 127 | 50 |
| Binary | 1101 | 1001100 | 11000001 | 1011101 | 111101 | 0 | 11000 | 11011011 | 1010111 | 101000 |
Color Harmonies of #0D4CC1
Complementary color
Monochromatic Colors of #0D4CC1
Black with #0D4CC1
Text Example
Text Example
White with #0D4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4CC1; }
p { color: rgb(13,76,193); }
H1.HeaderClassName
{
color: #0D4CC1;
}
.AnyTagClassName
{
color: #0D4CC1;
}
</style>
background-color css
<style>
a { background-color: #0D4CC1; }
a { background-color: rgb(13,76,193); }
div.DivClassName
{
background-color: #0D4CC1;
}
.BgClassName
{
background-color: #0D4CC1;
}
</style>
border-color css
<style>
span { border-color: #0D4CC1; }
span { border-color: rgb(13,76,193); }
td.TdClassName
{
border-color: #0D4CC1;
}
.TagClassName
{
border-color: #0D4CC1;
}
</style>