Shades of Navy Blue #1663DA
Tints of Navy Blue #1663DA
RGB
CMYK
RGB Variations
Color information
#1663DA (or 0x1663DA) is known color: Navy Blue. HEX triplet: 16, 63 and DA. RGB value is (22,99,218). Sum of RGB (Red+Green+Blue) = 22+99+218=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #1663DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663DA is #E99C25. Grayscale: #585858. Windows color (decimal): -15309862 or 14312214. OLE color: 14312214.
HSL color Cylindrical-coordinate representation of color #1663DA: hue angle of 216.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1663DA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 99 | 218 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.15 |
| HSL | 216.43º | 0.82% | 0.47% | - |
| HSV(B) | 216.43º | 0.9% | 0.85% | - |
| XYZ | 17.45 | 14.16 | 68.14 | - |
| YUV | 89.54 | 200.49 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 218 | 0.90 | 0.55 | 0 | 0.15 | 216.43 | 0.82 | 0.47 |
| Hex | 16 | 63 | DA | 5A | 37 | 0 | F | D8 | 52 | 2F |
| Octal | 26 | 143 | 332 | 132 | 67 | 0 | 17 | 330 | 122 | 57 |
| Binary | 10110 | 1100011 | 11011010 | 1011010 | 110111 | 0 | 1111 | 11011000 | 1010010 | 101111 |
Color Harmonies of #1663DA
Complementary color
Monochromatic Colors of #1663DA
Black with #1663DA
Text Example
Text Example
White with #1663DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663DA; }
p { color: rgb(22,99,218); }
H1.HeaderClassName
{
color: #1663DA;
}
.AnyTagClassName
{
color: #1663DA;
}
</style>
background-color css
<style>
a { background-color: #1663DA; }
a { background-color: rgb(22,99,218); }
div.DivClassName
{
background-color: #1663DA;
}
.BgClassName
{
background-color: #1663DA;
}
</style>
border-color css
<style>
span { border-color: #1663DA; }
span { border-color: rgb(22,99,218); }
td.TdClassName
{
border-color: #1663DA;
}
.TagClassName
{
border-color: #1663DA;
}
</style>