Shades of Navy Blue #1967ED
Tints of Navy Blue #1967ED
RGB
CMYK
RGB Variations
Color information
#1967ED (or 0x1967ED) is known color: Navy Blue. HEX triplet: 19, 67 and ED. RGB value is (25,103,237). Sum of RGB (Red+Green+Blue) = 25+103+237=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #1967ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967ED is #E69812. Grayscale: #5E5E5E. Windows color (decimal): -15112211 or 15558425. OLE color: 15558425.
HSL color Cylindrical-coordinate representation of color #1967ED: hue angle of 217.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1967ED is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 103 | 237 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.07 |
| HSL | 217.92º | 0.85% | 0.51% | - |
| HSV(B) | 217.92º | 0.89% | 0.93% | - |
| XYZ | 20.54 | 16.02 | 82.13 | - |
| YUV | 94.95 | 208.16 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 237 | 0.89 | 0.57 | 0 | 0.07 | 217.92 | 0.85 | 0.51 |
| Hex | 19 | 67 | ED | 59 | 39 | 0 | 7 | DA | 55 | 33 |
| Octal | 31 | 147 | 355 | 131 | 71 | 0 | 7 | 332 | 125 | 63 |
| Binary | 11001 | 1100111 | 11101101 | 1011001 | 111001 | 0 | 111 | 11011010 | 1010101 | 110011 |
Color Harmonies of #1967ED
Complementary color
Monochromatic Colors of #1967ED
Black with #1967ED
Text Example
Text Example
White with #1967ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1967ED; }
p { color: rgb(25,103,237); }
H1.HeaderClassName
{
color: #1967ED;
}
.AnyTagClassName
{
color: #1967ED;
}
</style>
background-color css
<style>
a { background-color: #1967ED; }
a { background-color: rgb(25,103,237); }
div.DivClassName
{
background-color: #1967ED;
}
.BgClassName
{
background-color: #1967ED;
}
</style>
border-color css
<style>
span { border-color: #1967ED; }
span { border-color: rgb(25,103,237); }
td.TdClassName
{
border-color: #1967ED;
}
.TagClassName
{
border-color: #1967ED;
}
</style>