Shades of Denim #1063BB
Tints of Denim #1063BB
RGB
CMYK
RGB Variations
Color information
#1063BB (or 0x1063BB) is known color: Denim. HEX triplet: 10, 63 and BB. RGB value is (16,99,187). Sum of RGB (Red+Green+Blue) = 16+99+187=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #1063BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063BB is #EF9C44. Grayscale: #535353. Windows color (decimal): -15703109 or 12280592. OLE color: 12280592.
HSL color Cylindrical-coordinate representation of color #1063BB: hue angle of 210.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1063BB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 99 | 187 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.27 |
| HSL | 210.88º | 0.84% | 0.4% | - |
| HSV(B) | 210.88º | 0.91% | 0.73% | - |
| XYZ | 13.65 | 12.62 | 48.73 | - |
| YUV | 84.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 187 | 0.91 | 0.47 | 0 | 0.27 | 210.88 | 0.84 | 0.4 |
| Hex | 10 | 63 | BB | 5B | 2F | 0 | 1B | D3 | 54 | 28 |
| Octal | 20 | 143 | 273 | 133 | 57 | 0 | 33 | 323 | 124 | 50 |
| Binary | 10000 | 1100011 | 10111011 | 1011011 | 101111 | 0 | 11011 | 11010011 | 1010100 | 101000 |
Color Harmonies of #1063BB
Complementary color
Monochromatic Colors of #1063BB
Black with #1063BB
Text Example
Text Example
White with #1063BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063BB; }
p { color: rgb(16,99,187); }
H1.HeaderClassName
{
color: #1063BB;
}
.AnyTagClassName
{
color: #1063BB;
}
</style>
background-color css
<style>
a { background-color: #1063BB; }
a { background-color: rgb(16,99,187); }
div.DivClassName
{
background-color: #1063BB;
}
.BgClassName
{
background-color: #1063BB;
}
</style>
border-color css
<style>
span { border-color: #1063BB; }
span { border-color: rgb(16,99,187); }
td.TdClassName
{
border-color: #1063BB;
}
.TagClassName
{
border-color: #1063BB;
}
</style>