Shades of Denim #1063CB
Tints of Denim #1063CB
RGB
CMYK
RGB Variations
Color information
#1063CB (or 0x1063CB) is known color: Denim. HEX triplet: 10, 63 and CB. RGB value is (16,99,203). Sum of RGB (Red+Green+Blue) = 16+99+203=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #1063CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CB is #EF9C34. Grayscale: #555555. Windows color (decimal): -15703093 or 13329168. OLE color: 13329168.
HSL color Cylindrical-coordinate representation of color #1063CB: hue angle of 213.37º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063CB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 99 | 203 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.20 |
| HSL | 213.37º | 0.85% | 0.43% | - |
| HSV(B) | 213.37º | 0.92% | 0.8% | - |
| XYZ | 15.46 | 13.35 | 58.26 | - |
| YUV | 86.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 203 | 0.92 | 0.51 | 0 | 0.20 | 213.37 | 0.85 | 0.43 |
| Hex | 10 | 63 | CB | 5C | 33 | 0 | 14 | D5 | 55 | 2B |
| Octal | 20 | 143 | 313 | 134 | 63 | 0 | 24 | 325 | 125 | 53 |
| Binary | 10000 | 1100011 | 11001011 | 1011100 | 110011 | 0 | 10100 | 11010101 | 1010101 | 101011 |
Color Harmonies of #1063CB
Complementary color
Monochromatic Colors of #1063CB
Black with #1063CB
Text Example
Text Example
White with #1063CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063CB; }
p { color: rgb(16,99,203); }
H1.HeaderClassName
{
color: #1063CB;
}
.AnyTagClassName
{
color: #1063CB;
}
</style>
background-color css
<style>
a { background-color: #1063CB; }
a { background-color: rgb(16,99,203); }
div.DivClassName
{
background-color: #1063CB;
}
.BgClassName
{
background-color: #1063CB;
}
</style>
border-color css
<style>
span { border-color: #1063CB; }
span { border-color: rgb(16,99,203); }
td.TdClassName
{
border-color: #1063CB;
}
.TagClassName
{
border-color: #1063CB;
}
</style>