Shades of Navy Blue #1977DB
Tints of Navy Blue #1977DB
RGB
CMYK
RGB Variations
Color information
#1977DB (or 0x1977DB) is known color: Navy Blue. HEX triplet: 19, 77 and DB. RGB value is (25,119,219). Sum of RGB (Red+Green+Blue) = 25+119+219=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #1977DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977DB is #E68824. Grayscale: #656565. Windows color (decimal): -15108133 or 14382873. OLE color: 14382873.
HSL color Cylindrical-coordinate representation of color #1977DB: hue angle of 210.93º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1977DB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 119 | 219 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.14 |
| HSL | 210.93º | 0.8% | 0.48% | - |
| HSV(B) | 210.93º | 0.89% | 0.86% | - |
| XYZ | 19.78 | 18.51 | 69.55 | - |
| YUV | 102.29 | 193.86 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 219 | 0.89 | 0.46 | 0 | 0.14 | 210.93 | 0.8 | 0.48 |
| Hex | 19 | 77 | DB | 59 | 2E | 0 | E | D3 | 50 | 30 |
| Octal | 31 | 167 | 333 | 131 | 56 | 0 | 16 | 323 | 120 | 60 |
| Binary | 11001 | 1110111 | 11011011 | 1011001 | 101110 | 0 | 1110 | 11010011 | 1010000 | 110000 |
Color Harmonies of #1977DB
Complementary color
Monochromatic Colors of #1977DB
Black with #1977DB
Text Example
Text Example
White with #1977DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977DB; }
p { color: rgb(25,119,219); }
H1.HeaderClassName
{
color: #1977DB;
}
.AnyTagClassName
{
color: #1977DB;
}
</style>
background-color css
<style>
a { background-color: #1977DB; }
a { background-color: rgb(25,119,219); }
div.DivClassName
{
background-color: #1977DB;
}
.BgClassName
{
background-color: #1977DB;
}
</style>
border-color css
<style>
span { border-color: #1977DB; }
span { border-color: rgb(25,119,219); }
td.TdClassName
{
border-color: #1977DB;
}
.TagClassName
{
border-color: #1977DB;
}
</style>