Shades of Navy Blue #104DF7
Tints of Navy Blue #104DF7
RGB
CMYK
RGB Variations
Color information
#104DF7 (or 0x104DF7) is known color: Navy Blue. HEX triplet: 10, 4D and F7. RGB value is (16,77,247). Sum of RGB (Red+Green+Blue) = 16+77+247=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 247 (96.88% from 255 or 72.65% from 340); Max value from RGB is 247 - color contains mainly: blue. Hex color #104DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DF7 is #EFB208. Grayscale: #4D4D4D. Windows color (decimal): -15708681 or 16207120. OLE color: 16207120.
HSL color Cylindrical-coordinate representation of color #104DF7: hue angle of 224.16º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104DF7 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 77 | 247 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.03 |
| HSL | 224.16º | 0.94% | 0.52% | - |
| HSV(B) | 224.16º | 0.94% | 0.97% | - |
| XYZ | 19.66 | 12.13 | 89.3 | - |
| YUV | 78.14 | 223.29 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 247 | 0.94 | 0.69 | 0 | 0.03 | 224.16 | 0.94 | 0.52 |
| Hex | 10 | 4D | F7 | 5E | 45 | 0 | 3 | E0 | 5E | 34 |
| Octal | 20 | 115 | 367 | 136 | 105 | 0 | 3 | 340 | 136 | 64 |
| Binary | 10000 | 1001101 | 11110111 | 1011110 | 1000101 | 0 | 11 | 11100000 | 1011110 | 110100 |
Color Harmonies of #104DF7
Complementary color
Monochromatic Colors of #104DF7
Black with #104DF7
Text Example
Text Example
White with #104DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DF7; }
p { color: rgb(16,77,247); }
H1.HeaderClassName
{
color: #104DF7;
}
.AnyTagClassName
{
color: #104DF7;
}
</style>
background-color css
<style>
a { background-color: #104DF7; }
a { background-color: rgb(16,77,247); }
div.DivClassName
{
background-color: #104DF7;
}
.BgClassName
{
background-color: #104DF7;
}
</style>
border-color css
<style>
span { border-color: #104DF7; }
span { border-color: rgb(16,77,247); }
td.TdClassName
{
border-color: #104DF7;
}
.TagClassName
{
border-color: #104DF7;
}
</style>