Shades of Navy Blue #1966E5
Tints of Navy Blue #1966E5
RGB
CMYK
RGB Variations
Color information
#1966E5 (or 0x1966E5) is known color: Navy Blue. HEX triplet: 19, 66 and E5. RGB value is (25,102,229). Sum of RGB (Red+Green+Blue) = 25+102+229=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #1966E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966E5 is #E6991A. Grayscale: #5C5C5C. Windows color (decimal): -15112475 or 15033881. OLE color: 15033881.
HSL color Cylindrical-coordinate representation of color #1966E5: hue angle of 217.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1966E5 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 102 | 229 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.10 |
| HSL | 217.35º | 0.8% | 0.5% | - |
| HSV(B) | 217.35º | 0.89% | 0.9% | - |
| XYZ | 19.3 | 15.37 | 76.08 | - |
| YUV | 93.46 | 204.49 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 229 | 0.89 | 0.55 | 0 | 0.10 | 217.35 | 0.8 | 0.5 |
| Hex | 19 | 66 | E5 | 59 | 37 | 0 | A | D9 | 50 | 32 |
| Octal | 31 | 146 | 345 | 131 | 67 | 0 | 12 | 331 | 120 | 62 |
| Binary | 11001 | 1100110 | 11100101 | 1011001 | 110111 | 0 | 1010 | 11011001 | 1010000 | 110010 |
Color Harmonies of #1966E5
Complementary color
Monochromatic Colors of #1966E5
Black with #1966E5
Text Example
Text Example
White with #1966E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966E5; }
p { color: rgb(25,102,229); }
H1.HeaderClassName
{
color: #1966E5;
}
.AnyTagClassName
{
color: #1966E5;
}
</style>
background-color css
<style>
a { background-color: #1966E5; }
a { background-color: rgb(25,102,229); }
div.DivClassName
{
background-color: #1966E5;
}
.BgClassName
{
background-color: #1966E5;
}
</style>
border-color css
<style>
span { border-color: #1966E5; }
span { border-color: rgb(25,102,229); }
td.TdClassName
{
border-color: #1966E5;
}
.TagClassName
{
border-color: #1966E5;
}
</style>