Shades of Navy Blue #1966DD
Tints of Navy Blue #1966DD
RGB
CMYK
RGB Variations
Color information
#1966DD (or 0x1966DD) is known color: Navy Blue. HEX triplet: 19, 66 and DD. RGB value is (25,102,221). Sum of RGB (Red+Green+Blue) = 25+102+221=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #1966DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966DD is #E69922. Grayscale: #5B5B5B. Windows color (decimal): -15112483 or 14509593. OLE color: 14509593.
HSL color Cylindrical-coordinate representation of color #1966DD: hue angle of 216.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1966DD is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 102 | 221 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.13 |
| HSL | 216.43º | 0.8% | 0.48% | - |
| HSV(B) | 216.43º | 0.89% | 0.87% | - |
| XYZ | 18.2 | 14.93 | 70.33 | - |
| YUV | 92.54 | 200.49 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 221 | 0.89 | 0.54 | 0 | 0.13 | 216.43 | 0.8 | 0.48 |
| Hex | 19 | 66 | DD | 59 | 36 | 0 | D | D8 | 50 | 30 |
| Octal | 31 | 146 | 335 | 131 | 66 | 0 | 15 | 330 | 120 | 60 |
| Binary | 11001 | 1100110 | 11011101 | 1011001 | 110110 | 0 | 1101 | 11011000 | 1010000 | 110000 |
Color Harmonies of #1966DD
Complementary color
Monochromatic Colors of #1966DD
Black with #1966DD
Text Example
Text Example
White with #1966DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966DD; }
p { color: rgb(25,102,221); }
H1.HeaderClassName
{
color: #1966DD;
}
.AnyTagClassName
{
color: #1966DD;
}
</style>
background-color css
<style>
a { background-color: #1966DD; }
a { background-color: rgb(25,102,221); }
div.DivClassName
{
background-color: #1966DD;
}
.BgClassName
{
background-color: #1966DD;
}
</style>
border-color css
<style>
span { border-color: #1966DD; }
span { border-color: rgb(25,102,221); }
td.TdClassName
{
border-color: #1966DD;
}
.TagClassName
{
border-color: #1966DD;
}
</style>