Shades of Denim #1063A4
Tints of Denim #1063A4
RGB
CMYK
RGB Variations
Color information
#1063A4 (or 0x1063A4) is known color: Denim. HEX triplet: 10, 63 and A4. RGB value is (16,99,164). Sum of RGB (Red+Green+Blue) = 16+99+164=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #1063A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1063A4 is #EF9C5B. Grayscale: #515151. Windows color (decimal): -15703132 or 10773264. OLE color: 10773264.
HSL color Cylindrical-coordinate representation of color #1063A4: hue angle of 206.35º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1063A4 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 99 | 164 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.36 |
| HSL | 206.35º | 0.82% | 0.35% | - |
| HSV(B) | 206.35º | 0.9% | 0.64% | - |
| XYZ | 11.38 | 11.71 | 36.78 | - |
| YUV | 81.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 164 | 0.90 | 0.40 | 0 | 0.36 | 206.35 | 0.82 | 0.35 |
| Hex | 10 | 63 | A4 | 5A | 28 | 0 | 24 | CE | 52 | 23 |
| Octal | 20 | 143 | 244 | 132 | 50 | 0 | 44 | 316 | 122 | 43 |
| Binary | 10000 | 1100011 | 10100100 | 1011010 | 101000 | 0 | 100100 | 11001110 | 1010010 | 100011 |
Color Harmonies of #1063A4
Complementary color
Monochromatic Colors of #1063A4
Black with #1063A4
Text Example
Text Example
White with #1063A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063A4; }
p { color: rgb(16,99,164); }
H1.HeaderClassName
{
color: #1063A4;
}
.AnyTagClassName
{
color: #1063A4;
}
</style>
background-color css
<style>
a { background-color: #1063A4; }
a { background-color: rgb(16,99,164); }
div.DivClassName
{
background-color: #1063A4;
}
.BgClassName
{
background-color: #1063A4;
}
</style>
border-color css
<style>
span { border-color: #1063A4; }
span { border-color: rgb(16,99,164); }
td.TdClassName
{
border-color: #1063A4;
}
.TagClassName
{
border-color: #1063A4;
}
</style>