Shades of Denim #0D53D1
Tints of Denim #0D53D1
RGB
CMYK
RGB Variations
Color information
#0D53D1 (or 0x0D53D1) is known color: Denim. HEX triplet: 0D, 53 and D1. RGB value is (13,83,209). Sum of RGB (Red+Green+Blue) = 13+83+209=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D53D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D53D1 is #F2AC2E. Grayscale: #4B4B4B. Windows color (decimal): -15903791 or 13718285. OLE color: 13718285.
HSL color Cylindrical-coordinate representation of color #0D53D1: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D53D1 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 83 | 209 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.18 |
| HSL | 218.57º | 0.88% | 0.44% | - |
| HSV(B) | 218.57º | 0.94% | 0.82% | - |
| XYZ | 14.77 | 10.88 | 61.64 | - |
| YUV | 76.43 | 202.81 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 209 | 0.94 | 0.60 | 0 | 0.18 | 218.57 | 0.88 | 0.44 |
| Hex | D | 53 | D1 | 5E | 3C | 0 | 12 | DB | 58 | 2C |
| Octal | 15 | 123 | 321 | 136 | 74 | 0 | 22 | 333 | 130 | 54 |
| Binary | 1101 | 1010011 | 11010001 | 1011110 | 111100 | 0 | 10010 | 11011011 | 1011000 | 101100 |
Color Harmonies of #0D53D1
Complementary color
Monochromatic Colors of #0D53D1
Black with #0D53D1
Text Example
Text Example
White with #0D53D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D53D1; }
p { color: rgb(13,83,209); }
H1.HeaderClassName
{
color: #0D53D1;
}
.AnyTagClassName
{
color: #0D53D1;
}
</style>
background-color css
<style>
a { background-color: #0D53D1; }
a { background-color: rgb(13,83,209); }
div.DivClassName
{
background-color: #0D53D1;
}
.BgClassName
{
background-color: #0D53D1;
}
</style>
border-color css
<style>
span { border-color: #0D53D1; }
span { border-color: rgb(13,83,209); }
td.TdClassName
{
border-color: #0D53D1;
}
.TagClassName
{
border-color: #0D53D1;
}
</style>