Shades of Denim #0D4FCC
Tints of Denim #0D4FCC
RGB
CMYK
RGB Variations
Color information
#0D4FCC (or 0x0D4FCC) is known color: Denim. HEX triplet: 0D, 4F and CC. RGB value is (13,79,204). Sum of RGB (Red+Green+Blue) = 13+79+204=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D4FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FCC is #F2B033. Grayscale: #484848. Windows color (decimal): -15904820 or 13389581. OLE color: 13389581.
HSL color Cylindrical-coordinate representation of color #0D4FCC: hue angle of 219.27º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4FCC is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 79 | 204 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.2 |
| HSL | 219.27º | 0.88% | 0.43% | - |
| HSV(B) | 219.27º | 0.94% | 0.8% | - |
| XYZ | 13.86 | 10.04 | 58.33 | - |
| YUV | 73.52 | 201.63 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 204 | 0.94 | 0.61 | 0 | 0.2 | 219.27 | 0.88 | 0.43 |
| Hex | D | 4F | CC | 5E | 3D | 0 | 14 | DB | 58 | 2B |
| Octal | 15 | 117 | 314 | 136 | 75 | 0 | 24 | 333 | 130 | 53 |
| Binary | 1101 | 1001111 | 11001100 | 1011110 | 111101 | 0 | 10100 | 11011011 | 1011000 | 101011 |
Color Harmonies of #0D4FCC
Complementary color
Monochromatic Colors of #0D4FCC
Black with #0D4FCC
Text Example
Text Example
White with #0D4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4FCC; }
p { color: rgb(13,79,204); }
H1.HeaderClassName
{
color: #0D4FCC;
}
.AnyTagClassName
{
color: #0D4FCC;
}
</style>
background-color css
<style>
a { background-color: #0D4FCC; }
a { background-color: rgb(13,79,204); }
div.DivClassName
{
background-color: #0D4FCC;
}
.BgClassName
{
background-color: #0D4FCC;
}
</style>
border-color css
<style>
span { border-color: #0D4FCC; }
span { border-color: rgb(13,79,204); }
td.TdClassName
{
border-color: #0D4FCC;
}
.TagClassName
{
border-color: #0D4FCC;
}
</style>