Shades of Navy Blue #1F7AD9
Tints of Navy Blue #1F7AD9
RGB
CMYK
RGB Variations
Color information
#1F7AD9 (or 0x1F7AD9) is known color: Navy Blue. HEX triplet: 1F, 7A and D9. RGB value is (31,122,217). Sum of RGB (Red+Green+Blue) = 31+122+217=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F7AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7AD9 is #E08526. Grayscale: #696969. Windows color (decimal): -14714151 or 14252575. OLE color: 14252575.
HSL color Cylindrical-coordinate representation of color #1F7AD9: hue angle of 210.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7AD9 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 122 | 217 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.15 |
| HSL | 210.65º | 0.75% | 0.49% | - |
| HSV(B) | 210.65º | 0.86% | 0.85% | - |
| XYZ | 20.05 | 19.22 | 68.3 | - |
| YUV | 105.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 217 | 0.86 | 0.44 | 0 | 0.15 | 210.65 | 0.75 | 0.49 |
| Hex | 1F | 7A | D9 | 56 | 2C | 0 | F | D3 | 4B | 31 |
| Octal | 37 | 172 | 331 | 126 | 54 | 0 | 17 | 323 | 113 | 61 |
| Binary | 11111 | 1111010 | 11011001 | 1010110 | 101100 | 0 | 1111 | 11010011 | 1001011 | 110001 |
Color Harmonies of #1F7AD9
Complementary color
Monochromatic Colors of #1F7AD9
Black with #1F7AD9
Text Example
Text Example
White with #1F7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7AD9; }
p { color: rgb(31,122,217); }
H1.HeaderClassName
{
color: #1F7AD9;
}
.AnyTagClassName
{
color: #1F7AD9;
}
</style>
background-color css
<style>
a { background-color: #1F7AD9; }
a { background-color: rgb(31,122,217); }
div.DivClassName
{
background-color: #1F7AD9;
}
.BgClassName
{
background-color: #1F7AD9;
}
</style>
border-color css
<style>
span { border-color: #1F7AD9; }
span { border-color: rgb(31,122,217); }
td.TdClassName
{
border-color: #1F7AD9;
}
.TagClassName
{
border-color: #1F7AD9;
}
</style>