Shades of Navy Blue #1967DE
Tints of Navy Blue #1967DE
RGB
CMYK
RGB Variations
Color information
#1967DE (or 0x1967DE) is known color: Navy Blue. HEX triplet: 19, 67 and DE. RGB value is (25,103,222). Sum of RGB (Red+Green+Blue) = 25+103+222=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #1967DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1967DE is #E69821. Grayscale: #5C5C5C. Windows color (decimal): -15112226 or 14575385. OLE color: 14575385.
HSL color Cylindrical-coordinate representation of color #1967DE: hue angle of 216.24º 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 #1967DE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 103 | 222 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.13 |
| HSL | 216.24º | 0.8% | 0.48% | - |
| HSV(B) | 216.24º | 0.89% | 0.87% | - |
| XYZ | 18.44 | 15.18 | 71.07 | - |
| YUV | 93.24 | 200.66 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 222 | 0.89 | 0.54 | 0 | 0.13 | 216.24 | 0.8 | 0.48 |
| Hex | 19 | 67 | DE | 59 | 36 | 0 | D | D8 | 50 | 30 |
| Octal | 31 | 147 | 336 | 131 | 66 | 0 | 15 | 330 | 120 | 60 |
| Binary | 11001 | 1100111 | 11011110 | 1011001 | 110110 | 0 | 1101 | 11011000 | 1010000 | 110000 |
Color Harmonies of #1967DE
Complementary color
Monochromatic Colors of #1967DE
Black with #1967DE
Text Example
Text Example
White with #1967DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1967DE; }
p { color: rgb(25,103,222); }
H1.HeaderClassName
{
color: #1967DE;
}
.AnyTagClassName
{
color: #1967DE;
}
</style>
background-color css
<style>
a { background-color: #1967DE; }
a { background-color: rgb(25,103,222); }
div.DivClassName
{
background-color: #1967DE;
}
.BgClassName
{
background-color: #1967DE;
}
</style>
border-color css
<style>
span { border-color: #1967DE; }
span { border-color: rgb(25,103,222); }
td.TdClassName
{
border-color: #1967DE;
}
.TagClassName
{
border-color: #1967DE;
}
</style>