Shades of Navy Blue #1963E6
Tints of Navy Blue #1963E6
RGB
CMYK
RGB Variations
Color information
#1963E6 (or 0x1963E6) is known color: Navy Blue. HEX triplet: 19, 63 and E6. RGB value is (25,99,230). Sum of RGB (Red+Green+Blue) = 25+99+230=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #1963E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1963E6 is #E69C19. Grayscale: #5B5B5B. Windows color (decimal): -15113242 or 15098649. OLE color: 15098649.
HSL color Cylindrical-coordinate representation of color #1963E6: hue angle of 218.34º 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 #1963E6 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 99 | 230 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.10 |
| HSL | 218.34º | 0.8% | 0.5% | - |
| HSV(B) | 218.34º | 0.89% | 0.9% | - |
| XYZ | 19.15 | 14.84 | 76.72 | - |
| YUV | 91.81 | 205.98 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 230 | 0.89 | 0.57 | 0 | 0.10 | 218.34 | 0.8 | 0.5 |
| Hex | 19 | 63 | E6 | 59 | 39 | 0 | A | DA | 50 | 32 |
| Octal | 31 | 143 | 346 | 131 | 71 | 0 | 12 | 332 | 120 | 62 |
| Binary | 11001 | 1100011 | 11100110 | 1011001 | 111001 | 0 | 1010 | 11011010 | 1010000 | 110010 |
Color Harmonies of #1963E6
Complementary color
Monochromatic Colors of #1963E6
Black with #1963E6
Text Example
Text Example
White with #1963E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1963E6; }
p { color: rgb(25,99,230); }
H1.HeaderClassName
{
color: #1963E6;
}
.AnyTagClassName
{
color: #1963E6;
}
</style>
background-color css
<style>
a { background-color: #1963E6; }
a { background-color: rgb(25,99,230); }
div.DivClassName
{
background-color: #1963E6;
}
.BgClassName
{
background-color: #1963E6;
}
</style>
border-color css
<style>
span { border-color: #1963E6; }
span { border-color: rgb(25,99,230); }
td.TdClassName
{
border-color: #1963E6;
}
.TagClassName
{
border-color: #1963E6;
}
</style>