Shades of Navy Blue #1961DF
Tints of Navy Blue #1961DF
RGB
CMYK
RGB Variations
Color information
#1961DF (or 0x1961DF) is known color: Navy Blue. HEX triplet: 19, 61 and DF. RGB value is (25,97,223). Sum of RGB (Red+Green+Blue) = 25+97+223=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #1961DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1961DF is #E69E20. Grayscale: #595959. Windows color (decimal): -15113761 or 14639385. OLE color: 14639385.
HSL color Cylindrical-coordinate representation of color #1961DF: hue angle of 218.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1961DF is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 97 | 223 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.13 |
| HSL | 218.18º | 0.8% | 0.49% | - |
| HSV(B) | 218.18º | 0.89% | 0.87% | - |
| XYZ | 17.99 | 14.08 | 71.58 | - |
| YUV | 89.84 | 203.15 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 223 | 0.89 | 0.57 | 0 | 0.13 | 218.18 | 0.8 | 0.49 |
| Hex | 19 | 61 | DF | 59 | 39 | 0 | D | DA | 50 | 31 |
| Octal | 31 | 141 | 337 | 131 | 71 | 0 | 15 | 332 | 120 | 61 |
| Binary | 11001 | 1100001 | 11011111 | 1011001 | 111001 | 0 | 1101 | 11011010 | 1010000 | 110001 |
Color Harmonies of #1961DF
Complementary color
Monochromatic Colors of #1961DF
Black with #1961DF
Text Example
Text Example
White with #1961DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1961DF; }
p { color: rgb(25,97,223); }
H1.HeaderClassName
{
color: #1961DF;
}
.AnyTagClassName
{
color: #1961DF;
}
</style>
background-color css
<style>
a { background-color: #1961DF; }
a { background-color: rgb(25,97,223); }
div.DivClassName
{
background-color: #1961DF;
}
.BgClassName
{
background-color: #1961DF;
}
</style>
border-color css
<style>
span { border-color: #1961DF; }
span { border-color: rgb(25,97,223); }
td.TdClassName
{
border-color: #1961DF;
}
.TagClassName
{
border-color: #1961DF;
}
</style>