Shades of Navy Blue #1063DA
Tints of Navy Blue #1063DA
RGB
CMYK
RGB Variations
Color information
#1063DA (or 0x1063DA) is known color: Navy Blue. HEX triplet: 10, 63 and DA. RGB value is (16,99,218). Sum of RGB (Red+Green+Blue) = 16+99+218=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #1063DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063DA is #EF9C25. Grayscale: #575757. Windows color (decimal): -15703078 or 14312208. OLE color: 14312208.
HSL color Cylindrical-coordinate representation of color #1063DA: hue angle of 215.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1063DA is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 99 | 218 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.15 |
| HSL | 215.35º | 0.86% | 0.46% | - |
| HSV(B) | 215.35º | 0.93% | 0.85% | - |
| XYZ | 17.33 | 14.1 | 68.14 | - |
| YUV | 87.75 | 201.5 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 218 | 0.93 | 0.55 | 0 | 0.15 | 215.35 | 0.86 | 0.46 |
| Hex | 10 | 63 | DA | 5D | 37 | 0 | F | D7 | 56 | 2E |
| Octal | 20 | 143 | 332 | 135 | 67 | 0 | 17 | 327 | 126 | 56 |
| Binary | 10000 | 1100011 | 11011010 | 1011101 | 110111 | 0 | 1111 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1063DA
Complementary color
Monochromatic Colors of #1063DA
Black with #1063DA
Text Example
Text Example
White with #1063DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063DA; }
p { color: rgb(16,99,218); }
H1.HeaderClassName
{
color: #1063DA;
}
.AnyTagClassName
{
color: #1063DA;
}
</style>
background-color css
<style>
a { background-color: #1063DA; }
a { background-color: rgb(16,99,218); }
div.DivClassName
{
background-color: #1063DA;
}
.BgClassName
{
background-color: #1063DA;
}
</style>
border-color css
<style>
span { border-color: #1063DA; }
span { border-color: rgb(16,99,218); }
td.TdClassName
{
border-color: #1063DA;
}
.TagClassName
{
border-color: #1063DA;
}
</style>