Shades of Navy Blue #1967DF
Tints of Navy Blue #1967DF
RGB
CMYK
RGB Variations
Color information
#1967DF (or 0x1967DF) is known color: Navy Blue. HEX triplet: 19, 67 and DF. RGB value is (25,103,223). Sum of RGB (Red+Green+Blue) = 25+103+223=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #1967DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1967DF is #E69820. Grayscale: #5C5C5C. Windows color (decimal): -15112225 or 14640921. OLE color: 14640921.
HSL color Cylindrical-coordinate representation of color #1967DF: hue angle of 216.36º 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 #1967DF is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 103 | 223 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.13 |
| HSL | 216.36º | 0.8% | 0.49% | - |
| HSV(B) | 216.36º | 0.89% | 0.87% | - |
| XYZ | 18.57 | 15.23 | 71.77 | - |
| YUV | 93.36 | 201.16 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 223 | 0.89 | 0.54 | 0 | 0.13 | 216.36 | 0.8 | 0.49 |
| Hex | 19 | 67 | DF | 59 | 36 | 0 | D | D8 | 50 | 31 |
| Octal | 31 | 147 | 337 | 131 | 66 | 0 | 15 | 330 | 120 | 61 |
| Binary | 11001 | 1100111 | 11011111 | 1011001 | 110110 | 0 | 1101 | 11011000 | 1010000 | 110001 |
Color Harmonies of #1967DF
Complementary color
Monochromatic Colors of #1967DF
Black with #1967DF
Text Example
Text Example
White with #1967DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1967DF; }
p { color: rgb(25,103,223); }
H1.HeaderClassName
{
color: #1967DF;
}
.AnyTagClassName
{
color: #1967DF;
}
</style>
background-color css
<style>
a { background-color: #1967DF; }
a { background-color: rgb(25,103,223); }
div.DivClassName
{
background-color: #1967DF;
}
.BgClassName
{
background-color: #1967DF;
}
</style>
border-color css
<style>
span { border-color: #1967DF; }
span { border-color: rgb(25,103,223); }
td.TdClassName
{
border-color: #1967DF;
}
.TagClassName
{
border-color: #1967DF;
}
</style>