Shades of Navy Blue #1966EA
Tints of Navy Blue #1966EA
RGB
CMYK
RGB Variations
Color information
#1966EA (or 0x1966EA) is known color: Navy Blue. HEX triplet: 19, 66 and EA. RGB value is (25,102,234). Sum of RGB (Red+Green+Blue) = 25+102+234=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #1966EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1966EA is #E69915. Grayscale: #5D5D5D. Windows color (decimal): -15112470 or 15361561. OLE color: 15361561.
HSL color Cylindrical-coordinate representation of color #1966EA: hue angle of 217.89º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1966EA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 102 | 234 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.08 |
| HSL | 217.89º | 0.83% | 0.51% | - |
| HSV(B) | 217.89º | 0.89% | 0.92% | - |
| XYZ | 20 | 15.65 | 79.81 | - |
| YUV | 94.03 | 206.99 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 234 | 0.89 | 0.56 | 0 | 0.08 | 217.89 | 0.83 | 0.51 |
| Hex | 19 | 66 | EA | 59 | 38 | 0 | 8 | DA | 53 | 33 |
| Octal | 31 | 146 | 352 | 131 | 70 | 0 | 10 | 332 | 123 | 63 |
| Binary | 11001 | 1100110 | 11101010 | 1011001 | 111000 | 0 | 1000 | 11011010 | 1010011 | 110011 |
Color Harmonies of #1966EA
Complementary color
Monochromatic Colors of #1966EA
Black with #1966EA
Text Example
Text Example
White with #1966EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966EA; }
p { color: rgb(25,102,234); }
H1.HeaderClassName
{
color: #1966EA;
}
.AnyTagClassName
{
color: #1966EA;
}
</style>
background-color css
<style>
a { background-color: #1966EA; }
a { background-color: rgb(25,102,234); }
div.DivClassName
{
background-color: #1966EA;
}
.BgClassName
{
background-color: #1966EA;
}
</style>
border-color css
<style>
span { border-color: #1966EA; }
span { border-color: rgb(25,102,234); }
td.TdClassName
{
border-color: #1966EA;
}
.TagClassName
{
border-color: #1966EA;
}
</style>