Shades of Navy Blue #1F78DD
Tints of Navy Blue #1F78DD
RGB
CMYK
RGB Variations
Color information
#1F78DD (or 0x1F78DD) is known color: Navy Blue. HEX triplet: 1F, 78 and DD. RGB value is (31,120,221). Sum of RGB (Red+Green+Blue) = 31+120+221=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F78DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F78DD is #E08722. Grayscale: #686868. Windows color (decimal): -14714659 or 14514207. OLE color: 14514207.
HSL color Cylindrical-coordinate representation of color #1F78DD: hue angle of 211.89º 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 #1F78DD is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 120 | 221 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.13 |
| HSL | 211.89º | 0.75% | 0.49% | - |
| HSV(B) | 211.89º | 0.86% | 0.87% | - |
| XYZ | 20.33 | 18.94 | 70.99 | - |
| YUV | 104.9 | 193.51 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 221 | 0.86 | 0.46 | 0 | 0.13 | 211.89 | 0.75 | 0.49 |
| Hex | 1F | 78 | DD | 56 | 2E | 0 | D | D4 | 4B | 31 |
| Octal | 37 | 170 | 335 | 126 | 56 | 0 | 15 | 324 | 113 | 61 |
| Binary | 11111 | 1111000 | 11011101 | 1010110 | 101110 | 0 | 1101 | 11010100 | 1001011 | 110001 |
Color Harmonies of #1F78DD
Complementary color
Monochromatic Colors of #1F78DD
Black with #1F78DD
Text Example
Text Example
White with #1F78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78DD; }
p { color: rgb(31,120,221); }
H1.HeaderClassName
{
color: #1F78DD;
}
.AnyTagClassName
{
color: #1F78DD;
}
</style>
background-color css
<style>
a { background-color: #1F78DD; }
a { background-color: rgb(31,120,221); }
div.DivClassName
{
background-color: #1F78DD;
}
.BgClassName
{
background-color: #1F78DD;
}
</style>
border-color css
<style>
span { border-color: #1F78DD; }
span { border-color: rgb(31,120,221); }
td.TdClassName
{
border-color: #1F78DD;
}
.TagClassName
{
border-color: #1F78DD;
}
</style>