Shades of Navy Blue #104FDA
Tints of Navy Blue #104FDA
RGB
CMYK
RGB Variations
Color information
#104FDA (or 0x104FDA) is known color: Navy Blue. HEX triplet: 10, 4F and DA. RGB value is (16,79,218). Sum of RGB (Red+Green+Blue) = 16+79+218=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #104FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FDA is #EFB025. Grayscale: #4B4B4B. Windows color (decimal): -15708198 or 14307088. OLE color: 14307088.
HSL color Cylindrical-coordinate representation of color #104FDA: hue angle of 221.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104FDA is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 79 | 218 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.15 |
| HSL | 221.29º | 0.86% | 0.46% | - |
| HSV(B) | 221.29º | 0.93% | 0.85% | - |
| XYZ | 15.66 | 10.76 | 67.58 | - |
| YUV | 76.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 218 | 0.93 | 0.64 | 0 | 0.15 | 221.29 | 0.86 | 0.46 |
| Hex | 10 | 4F | DA | 5D | 40 | 0 | F | DD | 56 | 2E |
| Octal | 20 | 117 | 332 | 135 | 100 | 0 | 17 | 335 | 126 | 56 |
| Binary | 10000 | 1001111 | 11011010 | 1011101 | 1000000 | 0 | 1111 | 11011101 | 1010110 | 101110 |
Color Harmonies of #104FDA
Complementary color
Monochromatic Colors of #104FDA
Black with #104FDA
Text Example
Text Example
White with #104FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104FDA; }
p { color: rgb(16,79,218); }
H1.HeaderClassName
{
color: #104FDA;
}
.AnyTagClassName
{
color: #104FDA;
}
</style>
background-color css
<style>
a { background-color: #104FDA; }
a { background-color: rgb(16,79,218); }
div.DivClassName
{
background-color: #104FDA;
}
.BgClassName
{
background-color: #104FDA;
}
</style>
border-color css
<style>
span { border-color: #104FDA; }
span { border-color: rgb(16,79,218); }
td.TdClassName
{
border-color: #104FDA;
}
.TagClassName
{
border-color: #104FDA;
}
</style>