Shades of Navy Blue #1F79DB
Tints of Navy Blue #1F79DB
RGB
CMYK
RGB Variations
Color information
#1F79DB (or 0x1F79DB) is known color: Navy Blue. HEX triplet: 1F, 79 and DB. RGB value is (31,121,219). Sum of RGB (Red+Green+Blue) = 31+121+219=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F79DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F79DB is #E08624. Grayscale: #686868. Windows color (decimal): -14714405 or 14383391. OLE color: 14383391.
HSL color Cylindrical-coordinate representation of color #1F79DB: hue angle of 211.28º 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 #1F79DB is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 121 | 219 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.14 |
| HSL | 211.28º | 0.75% | 0.49% | - |
| HSV(B) | 211.28º | 0.86% | 0.86% | - |
| XYZ | 20.19 | 19.08 | 69.64 | - |
| YUV | 105.26 | 192.18 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 219 | 0.86 | 0.45 | 0 | 0.14 | 211.28 | 0.75 | 0.49 |
| Hex | 1F | 79 | DB | 56 | 2D | 0 | E | D3 | 4B | 31 |
| Octal | 37 | 171 | 333 | 126 | 55 | 0 | 16 | 323 | 113 | 61 |
| Binary | 11111 | 1111001 | 11011011 | 1010110 | 101101 | 0 | 1110 | 11010011 | 1001011 | 110001 |
Color Harmonies of #1F79DB
Complementary color
Monochromatic Colors of #1F79DB
Black with #1F79DB
Text Example
Text Example
White with #1F79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F79DB; }
p { color: rgb(31,121,219); }
H1.HeaderClassName
{
color: #1F79DB;
}
.AnyTagClassName
{
color: #1F79DB;
}
</style>
background-color css
<style>
a { background-color: #1F79DB; }
a { background-color: rgb(31,121,219); }
div.DivClassName
{
background-color: #1F79DB;
}
.BgClassName
{
background-color: #1F79DB;
}
</style>
border-color css
<style>
span { border-color: #1F79DB; }
span { border-color: rgb(31,121,219); }
td.TdClassName
{
border-color: #1F79DB;
}
.TagClassName
{
border-color: #1F79DB;
}
</style>