Shades of Denim #0D59CC
Tints of Denim #0D59CC
RGB
CMYK
RGB Variations
Color information
#0D59CC (or 0x0D59CC) is known color: Denim. HEX triplet: 0D, 59 and CC. RGB value is (13,89,204). Sum of RGB (Red+Green+Blue) = 13+89+204=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D59CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D59CC is #F2A633. Grayscale: #4E4E4E. Windows color (decimal): -15902260 or 13392141. OLE color: 13392141.
HSL color Cylindrical-coordinate representation of color #0D59CC: hue angle of 216.13º 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 #0D59CC is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 89 | 204 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.2 |
| HSL | 216.13º | 0.88% | 0.43% | - |
| HSV(B) | 216.13º | 0.94% | 0.8% | - |
| XYZ | 14.64 | 11.59 | 58.59 | - |
| YUV | 79.39 | 198.32 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 204 | 0.94 | 0.56 | 0 | 0.2 | 216.13 | 0.88 | 0.43 |
| Hex | D | 59 | CC | 5E | 38 | 0 | 14 | D8 | 58 | 2B |
| Octal | 15 | 131 | 314 | 136 | 70 | 0 | 24 | 330 | 130 | 53 |
| Binary | 1101 | 1011001 | 11001100 | 1011110 | 111000 | 0 | 10100 | 11011000 | 1011000 | 101011 |
Color Harmonies of #0D59CC
Complementary color
Monochromatic Colors of #0D59CC
Black with #0D59CC
Text Example
Text Example
White with #0D59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D59CC; }
p { color: rgb(13,89,204); }
H1.HeaderClassName
{
color: #0D59CC;
}
.AnyTagClassName
{
color: #0D59CC;
}
</style>
background-color css
<style>
a { background-color: #0D59CC; }
a { background-color: rgb(13,89,204); }
div.DivClassName
{
background-color: #0D59CC;
}
.BgClassName
{
background-color: #0D59CC;
}
</style>
border-color css
<style>
span { border-color: #0D59CC; }
span { border-color: rgb(13,89,204); }
td.TdClassName
{
border-color: #0D59CC;
}
.TagClassName
{
border-color: #0D59CC;
}
</style>