Shades of Navy Blue #104FFA
Tints of Navy Blue #104FFA
RGB
CMYK
RGB Variations
Color information
#104FFA (or 0x104FFA) is known color: Navy Blue. HEX triplet: 10, 4F and FA. RGB value is (16,79,250). Sum of RGB (Red+Green+Blue) = 16+79+250=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #104FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104FFA is #EFB005. Grayscale: #4E4E4E. Windows color (decimal): -15708166 or 16404240. OLE color: 16404240.
HSL color Cylindrical-coordinate representation of color #104FFA: hue angle of 223.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104FFA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 79 | 250 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.02 |
| HSL | 223.85º | 0.96% | 0.52% | - |
| HSV(B) | 223.85º | 0.94% | 0.98% | - |
| XYZ | 20.26 | 12.6 | 91.81 | - |
| YUV | 79.66 | 224.13 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 250 | 0.94 | 0.68 | 0 | 0.02 | 223.85 | 0.96 | 0.52 |
| Hex | 10 | 4F | FA | 5E | 44 | 0 | 2 | E0 | 60 | 34 |
| Octal | 20 | 117 | 372 | 136 | 104 | 0 | 2 | 340 | 140 | 64 |
| Binary | 10000 | 1001111 | 11111010 | 1011110 | 1000100 | 0 | 10 | 11100000 | 1100000 | 110100 |
Color Harmonies of #104FFA
Complementary color
Monochromatic Colors of #104FFA
Black with #104FFA
Text Example
Text Example
White with #104FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104FFA; }
p { color: rgb(16,79,250); }
H1.HeaderClassName
{
color: #104FFA;
}
.AnyTagClassName
{
color: #104FFA;
}
</style>
background-color css
<style>
a { background-color: #104FFA; }
a { background-color: rgb(16,79,250); }
div.DivClassName
{
background-color: #104FFA;
}
.BgClassName
{
background-color: #104FFA;
}
</style>
border-color css
<style>
span { border-color: #104FFA; }
span { border-color: rgb(16,79,250); }
td.TdClassName
{
border-color: #104FFA;
}
.TagClassName
{
border-color: #104FFA;
}
</style>