Shades of Denim #0D4AC8
Tints of Denim #0D4AC8
RGB
CMYK
RGB Variations
Color information
#0D4AC8 (or 0x0D4AC8) is known color: Denim. HEX triplet: 0D, 4A and C8. RGB value is (13,74,200). Sum of RGB (Red+Green+Blue) = 13+74+200=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #0D4AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4AC8 is #F2B537. Grayscale: #454545. Windows color (decimal): -15906104 or 13126157. OLE color: 13126157.
HSL color Cylindrical-coordinate representation of color #0D4AC8: hue angle of 220.43º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4AC8 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 74 | 200 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.22 |
| HSL | 220.43º | 0.88% | 0.42% | - |
| HSV(B) | 220.43º | 0.94% | 0.78% | - |
| XYZ | 13.04 | 9.15 | 55.72 | - |
| YUV | 70.13 | 201.29 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 200 | 0.94 | 0.63 | 0 | 0.22 | 220.43 | 0.88 | 0.42 |
| Hex | D | 4A | C8 | 5E | 3F | 0 | 16 | DC | 58 | 2A |
| Octal | 15 | 112 | 310 | 136 | 77 | 0 | 26 | 334 | 130 | 52 |
| Binary | 1101 | 1001010 | 11001000 | 1011110 | 111111 | 0 | 10110 | 11011100 | 1011000 | 101010 |
Color Harmonies of #0D4AC8
Complementary color
Monochromatic Colors of #0D4AC8
Black with #0D4AC8
Text Example
Text Example
White with #0D4AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4AC8; }
p { color: rgb(13,74,200); }
H1.HeaderClassName
{
color: #0D4AC8;
}
.AnyTagClassName
{
color: #0D4AC8;
}
</style>
background-color css
<style>
a { background-color: #0D4AC8; }
a { background-color: rgb(13,74,200); }
div.DivClassName
{
background-color: #0D4AC8;
}
.BgClassName
{
background-color: #0D4AC8;
}
</style>
border-color css
<style>
span { border-color: #0D4AC8; }
span { border-color: rgb(13,74,200); }
td.TdClassName
{
border-color: #0D4AC8;
}
.TagClassName
{
border-color: #0D4AC8;
}
</style>