Shades of Denim #0D53CC
Tints of Denim #0D53CC
RGB
CMYK
RGB Variations
Color information
#0D53CC (or 0x0D53CC) is known color: Denim. HEX triplet: 0D, 53 and CC. RGB value is (13,83,204). Sum of RGB (Red+Green+Blue) = 13+83+204=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D53CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D53CC is #F2AC33. Grayscale: #4B4B4B. Windows color (decimal): -15903796 or 13390605. OLE color: 13390605.
HSL color Cylindrical-coordinate representation of color #0D53CC: hue angle of 218.01º 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 #0D53CC is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 83 | 204 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.2 |
| HSL | 218.01º | 0.88% | 0.43% | - |
| HSV(B) | 218.01º | 0.94% | 0.8% | - |
| XYZ | 14.16 | 10.63 | 58.43 | - |
| YUV | 75.86 | 200.31 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 204 | 0.94 | 0.59 | 0 | 0.2 | 218.01 | 0.88 | 0.43 |
| Hex | D | 53 | CC | 5E | 3B | 0 | 14 | DA | 58 | 2B |
| Octal | 15 | 123 | 314 | 136 | 73 | 0 | 24 | 332 | 130 | 53 |
| Binary | 1101 | 1010011 | 11001100 | 1011110 | 111011 | 0 | 10100 | 11011010 | 1011000 | 101011 |
Color Harmonies of #0D53CC
Complementary color
Monochromatic Colors of #0D53CC
Black with #0D53CC
Text Example
Text Example
White with #0D53CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D53CC; }
p { color: rgb(13,83,204); }
H1.HeaderClassName
{
color: #0D53CC;
}
.AnyTagClassName
{
color: #0D53CC;
}
</style>
background-color css
<style>
a { background-color: #0D53CC; }
a { background-color: rgb(13,83,204); }
div.DivClassName
{
background-color: #0D53CC;
}
.BgClassName
{
background-color: #0D53CC;
}
</style>
border-color css
<style>
span { border-color: #0D53CC; }
span { border-color: rgb(13,83,204); }
td.TdClassName
{
border-color: #0D53CC;
}
.TagClassName
{
border-color: #0D53CC;
}
</style>