Shades of Navy Blue #1977DF
Tints of Navy Blue #1977DF
RGB
CMYK
RGB Variations
Color information
#1977DF (or 0x1977DF) is known color: Navy Blue. HEX triplet: 19, 77 and DF. RGB value is (25,119,223). Sum of RGB (Red+Green+Blue) = 25+119+223=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #1977DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977DF is #E68820. Grayscale: #666666. Windows color (decimal): -15108129 or 14645017. OLE color: 14645017.
HSL color Cylindrical-coordinate representation of color #1977DF: hue angle of 211.52º 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 #1977DF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 119 | 223 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.13 |
| HSL | 211.52º | 0.8% | 0.49% | - |
| HSV(B) | 211.52º | 0.89% | 0.87% | - |
| XYZ | 20.32 | 18.73 | 72.36 | - |
| YUV | 102.75 | 195.86 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 223 | 0.89 | 0.47 | 0 | 0.13 | 211.52 | 0.8 | 0.49 |
| Hex | 19 | 77 | DF | 59 | 2F | 0 | D | D4 | 50 | 31 |
| Octal | 31 | 167 | 337 | 131 | 57 | 0 | 15 | 324 | 120 | 61 |
| Binary | 11001 | 1110111 | 11011111 | 1011001 | 101111 | 0 | 1101 | 11010100 | 1010000 | 110001 |
Color Harmonies of #1977DF
Complementary color
Monochromatic Colors of #1977DF
Black with #1977DF
Text Example
Text Example
White with #1977DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977DF; }
p { color: rgb(25,119,223); }
H1.HeaderClassName
{
color: #1977DF;
}
.AnyTagClassName
{
color: #1977DF;
}
</style>
background-color css
<style>
a { background-color: #1977DF; }
a { background-color: rgb(25,119,223); }
div.DivClassName
{
background-color: #1977DF;
}
.BgClassName
{
background-color: #1977DF;
}
</style>
border-color css
<style>
span { border-color: #1977DF; }
span { border-color: rgb(25,119,223); }
td.TdClassName
{
border-color: #1977DF;
}
.TagClassName
{
border-color: #1977DF;
}
</style>