Shades of Denim #0D4AC6
Tints of Denim #0D4AC6
RGB
CMYK
RGB Variations
Color information
#0D4AC6 (or 0x0D4AC6) is known color: Denim. HEX triplet: 0D, 4A and C6. RGB value is (13,74,198). Sum of RGB (Red+Green+Blue) = 13+74+198=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 198 (77.73% from 255 or 69.47% from 285); Max value from RGB is 198 - color contains mainly: blue. Hex color #0D4AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4AC6 is #F2B539. Grayscale: #454545. Windows color (decimal): -15906106 or 12995085. OLE color: 12995085.
HSL color Cylindrical-coordinate representation of color #0D4AC6: hue angle of 220.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4AC6 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 74 | 198 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.22 |
| HSL | 220.22º | 0.88% | 0.41% | - |
| HSV(B) | 220.22º | 0.93% | 0.78% | - |
| XYZ | 12.81 | 9.06 | 54.5 | - |
| YUV | 69.9 | 200.29 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 198 | 0.93 | 0.63 | 0 | 0.22 | 220.22 | 0.88 | 0.41 |
| Hex | D | 4A | C6 | 5D | 3F | 0 | 16 | DC | 58 | 29 |
| Octal | 15 | 112 | 306 | 135 | 77 | 0 | 26 | 334 | 130 | 51 |
| Binary | 1101 | 1001010 | 11000110 | 1011101 | 111111 | 0 | 10110 | 11011100 | 1011000 | 101001 |
Color Harmonies of #0D4AC6
Complementary color
Monochromatic Colors of #0D4AC6
Black with #0D4AC6
Text Example
Text Example
White with #0D4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4AC6; }
p { color: rgb(13,74,198); }
H1.HeaderClassName
{
color: #0D4AC6;
}
.AnyTagClassName
{
color: #0D4AC6;
}
</style>
background-color css
<style>
a { background-color: #0D4AC6; }
a { background-color: rgb(13,74,198); }
div.DivClassName
{
background-color: #0D4AC6;
}
.BgClassName
{
background-color: #0D4AC6;
}
</style>
border-color css
<style>
span { border-color: #0D4AC6; }
span { border-color: rgb(13,74,198); }
td.TdClassName
{
border-color: #0D4AC6;
}
.TagClassName
{
border-color: #0D4AC6;
}
</style>