Shades of Navy Blue #1965EB
Tints of Navy Blue #1965EB
RGB
CMYK
RGB Variations
Color information
#1965EB (or 0x1965EB) is known color: Navy Blue. HEX triplet: 19, 65 and EB. RGB value is (25,101,235). Sum of RGB (Red+Green+Blue) = 25+101+235=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #1965EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965EB is #E69A14. Grayscale: #5C5C5C. Windows color (decimal): -15112725 or 15426841. OLE color: 15426841.
HSL color Cylindrical-coordinate representation of color #1965EB: hue angle of 218.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1965EB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 101 | 235 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.08 |
| HSL | 218.29º | 0.84% | 0.51% | - |
| HSV(B) | 218.29º | 0.89% | 0.92% | - |
| XYZ | 20.05 | 15.51 | 80.53 | - |
| YUV | 93.55 | 207.82 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 235 | 0.89 | 0.57 | 0 | 0.08 | 218.29 | 0.84 | 0.51 |
| Hex | 19 | 65 | EB | 59 | 39 | 0 | 8 | DA | 54 | 33 |
| Octal | 31 | 145 | 353 | 131 | 71 | 0 | 10 | 332 | 124 | 63 |
| Binary | 11001 | 1100101 | 11101011 | 1011001 | 111001 | 0 | 1000 | 11011010 | 1010100 | 110011 |
Color Harmonies of #1965EB
Complementary color
Monochromatic Colors of #1965EB
Black with #1965EB
Text Example
Text Example
White with #1965EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965EB; }
p { color: rgb(25,101,235); }
H1.HeaderClassName
{
color: #1965EB;
}
.AnyTagClassName
{
color: #1965EB;
}
</style>
background-color css
<style>
a { background-color: #1965EB; }
a { background-color: rgb(25,101,235); }
div.DivClassName
{
background-color: #1965EB;
}
.BgClassName
{
background-color: #1965EB;
}
</style>
border-color css
<style>
span { border-color: #1965EB; }
span { border-color: rgb(25,101,235); }
td.TdClassName
{
border-color: #1965EB;
}
.TagClassName
{
border-color: #1965EB;
}
</style>