Shades of Denim #0D63AB
Tints of Denim #0D63AB
RGB
CMYK
RGB Variations
Color information
#0D63AB (or 0x0D63AB) is known color: Denim. HEX triplet: 0D, 63 and AB. RGB value is (13,99,171). Sum of RGB (Red+Green+Blue) = 13+99+171=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D63AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D63AB is #F29C54. Grayscale: #515151. Windows color (decimal): -15899733 or 11232013. OLE color: 11232013.
HSL color Cylindrical-coordinate representation of color #0D63AB: hue angle of 207.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D63AB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 99 | 171 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.33 |
| HSL | 207.34º | 0.86% | 0.36% | - |
| HSV(B) | 207.34º | 0.92% | 0.67% | - |
| XYZ | 11.98 | 11.95 | 40.2 | - |
| YUV | 81.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 171 | 0.92 | 0.42 | 0 | 0.33 | 207.34 | 0.86 | 0.36 |
| Hex | D | 63 | AB | 5C | 2A | 0 | 21 | CF | 56 | 24 |
| Octal | 15 | 143 | 253 | 134 | 52 | 0 | 41 | 317 | 126 | 44 |
| Binary | 1101 | 1100011 | 10101011 | 1011100 | 101010 | 0 | 100001 | 11001111 | 1010110 | 100100 |
Color Harmonies of #0D63AB
Complementary color
Monochromatic Colors of #0D63AB
Black with #0D63AB
Text Example
Text Example
White with #0D63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D63AB; }
p { color: rgb(13,99,171); }
H1.HeaderClassName
{
color: #0D63AB;
}
.AnyTagClassName
{
color: #0D63AB;
}
</style>
background-color css
<style>
a { background-color: #0D63AB; }
a { background-color: rgb(13,99,171); }
div.DivClassName
{
background-color: #0D63AB;
}
.BgClassName
{
background-color: #0D63AB;
}
</style>
border-color css
<style>
span { border-color: #0D63AB; }
span { border-color: rgb(13,99,171); }
td.TdClassName
{
border-color: #0D63AB;
}
.TagClassName
{
border-color: #0D63AB;
}
</style>