Shades of Denim #0D5ABC
Tints of Denim #0D5ABC
RGB
CMYK
RGB Variations
Color information
#0D5ABC (or 0x0D5ABC) is known color: Denim. HEX triplet: 0D, 5A and BC. RGB value is (13,90,188). Sum of RGB (Red+Green+Blue) = 13+90+188=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D5ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ABC is #F2A543. Grayscale: #4D4D4D. Windows color (decimal): -15902020 or 12343821. OLE color: 12343821.
HSL color Cylindrical-coordinate representation of color #0D5ABC: hue angle of 213.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5ABC is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 90 | 188 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.26 |
| HSL | 213.6º | 0.87% | 0.39% | - |
| HSV(B) | 213.6º | 0.93% | 0.74% | - |
| XYZ | 12.9 | 11.03 | 49.03 | - |
| YUV | 78.15 | 189.99 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 188 | 0.93 | 0.52 | 0 | 0.26 | 213.6 | 0.87 | 0.39 |
| Hex | D | 5A | BC | 5D | 34 | 0 | 1A | D6 | 57 | 27 |
| Octal | 15 | 132 | 274 | 135 | 64 | 0 | 32 | 326 | 127 | 47 |
| Binary | 1101 | 1011010 | 10111100 | 1011101 | 110100 | 0 | 11010 | 11010110 | 1010111 | 100111 |
Color Harmonies of #0D5ABC
Complementary color
Monochromatic Colors of #0D5ABC
Black with #0D5ABC
Text Example
Text Example
White with #0D5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5ABC; }
p { color: rgb(13,90,188); }
H1.HeaderClassName
{
color: #0D5ABC;
}
.AnyTagClassName
{
color: #0D5ABC;
}
</style>
background-color css
<style>
a { background-color: #0D5ABC; }
a { background-color: rgb(13,90,188); }
div.DivClassName
{
background-color: #0D5ABC;
}
.BgClassName
{
background-color: #0D5ABC;
}
</style>
border-color css
<style>
span { border-color: #0D5ABC; }
span { border-color: rgb(13,90,188); }
td.TdClassName
{
border-color: #0D5ABC;
}
.TagClassName
{
border-color: #0D5ABC;
}
</style>