Shades of Navy Blue #1966DF
Tints of Navy Blue #1966DF
RGB
CMYK
RGB Variations
Color information
#1966DF (or 0x1966DF) is known color: Navy Blue. HEX triplet: 19, 66 and DF. RGB value is (25,102,223). Sum of RGB (Red+Green+Blue) = 25+102+223=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #1966DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966DF is #E69920. Grayscale: #5C5C5C. Windows color (decimal): -15112481 or 14640665. OLE color: 14640665.
HSL color Cylindrical-coordinate representation of color #1966DF: hue angle of 216.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1966DF is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 102 | 223 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.13 |
| HSL | 216.67º | 0.8% | 0.49% | - |
| HSV(B) | 216.67º | 0.89% | 0.87% | - |
| XYZ | 18.47 | 15.04 | 71.74 | - |
| YUV | 92.77 | 201.49 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 223 | 0.89 | 0.54 | 0 | 0.13 | 216.67 | 0.8 | 0.49 |
| Hex | 19 | 66 | DF | 59 | 36 | 0 | D | D9 | 50 | 31 |
| Octal | 31 | 146 | 337 | 131 | 66 | 0 | 15 | 331 | 120 | 61 |
| Binary | 11001 | 1100110 | 11011111 | 1011001 | 110110 | 0 | 1101 | 11011001 | 1010000 | 110001 |
Color Harmonies of #1966DF
Complementary color
Monochromatic Colors of #1966DF
Black with #1966DF
Text Example
Text Example
White with #1966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966DF; }
p { color: rgb(25,102,223); }
H1.HeaderClassName
{
color: #1966DF;
}
.AnyTagClassName
{
color: #1966DF;
}
</style>
background-color css
<style>
a { background-color: #1966DF; }
a { background-color: rgb(25,102,223); }
div.DivClassName
{
background-color: #1966DF;
}
.BgClassName
{
background-color: #1966DF;
}
</style>
border-color css
<style>
span { border-color: #1966DF; }
span { border-color: rgb(25,102,223); }
td.TdClassName
{
border-color: #1966DF;
}
.TagClassName
{
border-color: #1966DF;
}
</style>