Shades of Navy Blue #1F77DB
Tints of Navy Blue #1F77DB
RGB
CMYK
RGB Variations
Color information
#1F77DB (or 0x1F77DB) is known color: Navy Blue. HEX triplet: 1F, 77 and DB. RGB value is (31,119,219). Sum of RGB (Red+Green+Blue) = 31+119+219=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F77DB is #E08824. Grayscale: #676767. Windows color (decimal): -14714917 or 14382879. OLE color: 14382879.
HSL color Cylindrical-coordinate representation of color #1F77DB: hue angle of 211.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F77DB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 119 | 219 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.14 |
| HSL | 211.91º | 0.75% | 0.49% | - |
| HSV(B) | 211.91º | 0.86% | 0.86% | - |
| XYZ | 19.95 | 18.6 | 69.56 | - |
| YUV | 104.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 219 | 0.86 | 0.46 | 0 | 0.14 | 211.91 | 0.75 | 0.49 |
| Hex | 1F | 77 | DB | 56 | 2E | 0 | E | D4 | 4B | 31 |
| Octal | 37 | 167 | 333 | 126 | 56 | 0 | 16 | 324 | 113 | 61 |
| Binary | 11111 | 1110111 | 11011011 | 1010110 | 101110 | 0 | 1110 | 11010100 | 1001011 | 110001 |
Color Harmonies of #1F77DB
Complementary color
Monochromatic Colors of #1F77DB
Black with #1F77DB
Text Example
Text Example
White with #1F77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F77DB; }
p { color: rgb(31,119,219); }
H1.HeaderClassName
{
color: #1F77DB;
}
.AnyTagClassName
{
color: #1F77DB;
}
</style>
background-color css
<style>
a { background-color: #1F77DB; }
a { background-color: rgb(31,119,219); }
div.DivClassName
{
background-color: #1F77DB;
}
.BgClassName
{
background-color: #1F77DB;
}
</style>
border-color css
<style>
span { border-color: #1F77DB; }
span { border-color: rgb(31,119,219); }
td.TdClassName
{
border-color: #1F77DB;
}
.TagClassName
{
border-color: #1F77DB;
}
</style>