Shades of Navy Blue #1663F1
Tints of Navy Blue #1663F1
RGB
CMYK
RGB Variations
Color information
#1663F1 (or 0x1663F1) is known color: Navy Blue. HEX triplet: 16, 63 and F1. RGB value is (22,99,241). Sum of RGB (Red+Green+Blue) = 22+99+241=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #1663F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1663F1 is #E99C0E. Grayscale: #5B5B5B. Windows color (decimal): -15309839 or 15819542. OLE color: 15819542.
HSL color Cylindrical-coordinate representation of color #1663F1: hue angle of 218.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1663F1 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 99 | 241 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.05 |
| HSL | 218.9º | 0.89% | 0.52% | - |
| HSV(B) | 218.9º | 0.91% | 0.95% | - |
| XYZ | 20.67 | 15.45 | 85.11 | - |
| YUV | 92.17 | 211.99 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 241 | 0.91 | 0.59 | 0 | 0.05 | 218.9 | 0.89 | 0.52 |
| Hex | 16 | 63 | F1 | 5B | 3B | 0 | 5 | DB | 59 | 34 |
| Octal | 26 | 143 | 361 | 133 | 73 | 0 | 5 | 333 | 131 | 64 |
| Binary | 10110 | 1100011 | 11110001 | 1011011 | 111011 | 0 | 101 | 11011011 | 1011001 | 110100 |
Color Harmonies of #1663F1
Complementary color
Monochromatic Colors of #1663F1
Black with #1663F1
Text Example
Text Example
White with #1663F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663F1; }
p { color: rgb(22,99,241); }
H1.HeaderClassName
{
color: #1663F1;
}
.AnyTagClassName
{
color: #1663F1;
}
</style>
background-color css
<style>
a { background-color: #1663F1; }
a { background-color: rgb(22,99,241); }
div.DivClassName
{
background-color: #1663F1;
}
.BgClassName
{
background-color: #1663F1;
}
</style>
border-color css
<style>
span { border-color: #1663F1; }
span { border-color: rgb(22,99,241); }
td.TdClassName
{
border-color: #1663F1;
}
.TagClassName
{
border-color: #1663F1;
}
</style>