Shades of Navy Blue #1F7CDB
Tints of Navy Blue #1F7CDB
RGB
CMYK
RGB Variations
Color information
#1F7CDB (or 0x1F7CDB) is known color: Navy Blue. HEX triplet: 1F, 7C and DB. RGB value is (31,124,219). Sum of RGB (Red+Green+Blue) = 31+124+219=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CDB is #E08324. Grayscale: #6A6A6A. Windows color (decimal): -14713637 or 14384159. OLE color: 14384159.
HSL color Cylindrical-coordinate representation of color #1F7CDB: hue angle of 210.32º 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 #1F7CDB is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 124 | 219 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.14 |
| HSL | 210.32º | 0.75% | 0.49% | - |
| HSV(B) | 210.32º | 0.86% | 0.86% | - |
| XYZ | 20.56 | 19.82 | 69.76 | - |
| YUV | 107.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 124 | 219 | 0.86 | 0.43 | 0 | 0.14 | 210.32 | 0.75 | 0.49 |
| Hex | 1F | 7C | DB | 56 | 2B | 0 | E | D2 | 4B | 31 |
| Octal | 37 | 174 | 333 | 126 | 53 | 0 | 16 | 322 | 113 | 61 |
| Binary | 11111 | 1111100 | 11011011 | 1010110 | 101011 | 0 | 1110 | 11010010 | 1001011 | 110001 |
Color Harmonies of #1F7CDB
Complementary color
Monochromatic Colors of #1F7CDB
Black with #1F7CDB
Text Example
Text Example
White with #1F7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7CDB; }
p { color: rgb(31,124,219); }
H1.HeaderClassName
{
color: #1F7CDB;
}
.AnyTagClassName
{
color: #1F7CDB;
}
</style>
background-color css
<style>
a { background-color: #1F7CDB; }
a { background-color: rgb(31,124,219); }
div.DivClassName
{
background-color: #1F7CDB;
}
.BgClassName
{
background-color: #1F7CDB;
}
</style>
border-color css
<style>
span { border-color: #1F7CDB; }
span { border-color: rgb(31,124,219); }
td.TdClassName
{
border-color: #1F7CDB;
}
.TagClassName
{
border-color: #1F7CDB;
}
</style>