Shades of Navy Blue #1F77DD
Tints of Navy Blue #1F77DD
RGB
CMYK
RGB Variations
Color information
#1F77DD (or 0x1F77DD) is known color: Navy Blue. HEX triplet: 1F, 77 and DD. RGB value is (31,119,221). Sum of RGB (Red+Green+Blue) = 31+119+221=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F77DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F77DD is #E08822. Grayscale: #676767. Windows color (decimal): -14714915 or 14513951. OLE color: 14513951.
HSL color Cylindrical-coordinate representation of color #1F77DD: hue angle of 212.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F77DD is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 119 | 221 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.13 |
| HSL | 212.21º | 0.75% | 0.49% | - |
| HSV(B) | 212.21º | 0.86% | 0.87% | - |
| XYZ | 20.21 | 18.71 | 70.95 | - |
| YUV | 104.32 | 193.85 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 221 | 0.86 | 0.46 | 0 | 0.13 | 212.21 | 0.75 | 0.49 |
| Hex | 1F | 77 | DD | 56 | 2E | 0 | D | D4 | 4B | 31 |
| Octal | 37 | 167 | 335 | 126 | 56 | 0 | 15 | 324 | 113 | 61 |
| Binary | 11111 | 1110111 | 11011101 | 1010110 | 101110 | 0 | 1101 | 11010100 | 1001011 | 110001 |
Color Harmonies of #1F77DD
Complementary color
Monochromatic Colors of #1F77DD
Black with #1F77DD
Text Example
Text Example
White with #1F77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F77DD; }
p { color: rgb(31,119,221); }
H1.HeaderClassName
{
color: #1F77DD;
}
.AnyTagClassName
{
color: #1F77DD;
}
</style>
background-color css
<style>
a { background-color: #1F77DD; }
a { background-color: rgb(31,119,221); }
div.DivClassName
{
background-color: #1F77DD;
}
.BgClassName
{
background-color: #1F77DD;
}
</style>
border-color css
<style>
span { border-color: #1F77DD; }
span { border-color: rgb(31,119,221); }
td.TdClassName
{
border-color: #1F77DD;
}
.TagClassName
{
border-color: #1F77DD;
}
</style>