Shades of Denim #0D4CC5
Tints of Denim #0D4CC5
RGB
CMYK
RGB Variations
Color information
#0D4CC5 (or 0x0D4CC5) is known color: Denim. HEX triplet: 0D, 4C and C5. RGB value is (13,76,197). Sum of RGB (Red+Green+Blue) = 13+76+197=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 197 (77.34% from 255 or 68.88% from 286); Max value from RGB is 197 - color contains mainly: blue. Hex color #0D4CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4CC5 is #F2B33A. Grayscale: #464646. Windows color (decimal): -15905595 or 12930061. OLE color: 12930061.
HSL color Cylindrical-coordinate representation of color #0D4CC5: hue angle of 219.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4CC5 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 76 | 197 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.23 |
| HSL | 219.46º | 0.88% | 0.41% | - |
| HSV(B) | 219.46º | 0.93% | 0.77% | - |
| XYZ | 12.83 | 9.29 | 53.94 | - |
| YUV | 70.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 197 | 0.93 | 0.61 | 0 | 0.23 | 219.46 | 0.88 | 0.41 |
| Hex | D | 4C | C5 | 5D | 3D | 0 | 17 | DB | 58 | 29 |
| Octal | 15 | 114 | 305 | 135 | 75 | 0 | 27 | 333 | 130 | 51 |
| Binary | 1101 | 1001100 | 11000101 | 1011101 | 111101 | 0 | 10111 | 11011011 | 1011000 | 101001 |
Color Harmonies of #0D4CC5
Complementary color
Monochromatic Colors of #0D4CC5
Black with #0D4CC5
Text Example
Text Example
White with #0D4CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4CC5; }
p { color: rgb(13,76,197); }
H1.HeaderClassName
{
color: #0D4CC5;
}
.AnyTagClassName
{
color: #0D4CC5;
}
</style>
background-color css
<style>
a { background-color: #0D4CC5; }
a { background-color: rgb(13,76,197); }
div.DivClassName
{
background-color: #0D4CC5;
}
.BgClassName
{
background-color: #0D4CC5;
}
</style>
border-color css
<style>
span { border-color: #0D4CC5; }
span { border-color: rgb(13,76,197); }
td.TdClassName
{
border-color: #0D4CC5;
}
.TagClassName
{
border-color: #0D4CC5;
}
</style>