Shades of Navy Blue #104DF3
Tints of Navy Blue #104DF3
RGB
CMYK
RGB Variations
Color information
#104DF3 (or 0x104DF3) is known color: Navy Blue. HEX triplet: 10, 4D and F3. RGB value is (16,77,243). Sum of RGB (Red+Green+Blue) = 16+77+243=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 243 (95.31% from 255 or 72.32% from 336); Max value from RGB is 243 - color contains mainly: blue. Hex color #104DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DF3 is #EFB20C. Grayscale: #4C4C4C. Windows color (decimal): -15708685 or 15944976. OLE color: 15944976.
HSL color Cylindrical-coordinate representation of color #104DF3: hue angle of 223.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104DF3 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 77 | 243 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 223.88º | 0.9% | 0.51% | - |
| HSV(B) | 223.88º | 0.93% | 0.95% | - |
| XYZ | 19.05 | 11.89 | 86.09 | - |
| YUV | 77.69 | 221.29 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 243 | 0.93 | 0.68 | 0 | 0.05 | 223.88 | 0.9 | 0.51 |
| Hex | 10 | 4D | F3 | 5D | 44 | 0 | 5 | E0 | 5A | 33 |
| Octal | 20 | 115 | 363 | 135 | 104 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10000 | 1001101 | 11110011 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #104DF3
Complementary color
Monochromatic Colors of #104DF3
Black with #104DF3
Text Example
Text Example
White with #104DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DF3; }
p { color: rgb(16,77,243); }
H1.HeaderClassName
{
color: #104DF3;
}
.AnyTagClassName
{
color: #104DF3;
}
</style>
background-color css
<style>
a { background-color: #104DF3; }
a { background-color: rgb(16,77,243); }
div.DivClassName
{
background-color: #104DF3;
}
.BgClassName
{
background-color: #104DF3;
}
</style>
border-color css
<style>
span { border-color: #104DF3; }
span { border-color: rgb(16,77,243); }
td.TdClassName
{
border-color: #104DF3;
}
.TagClassName
{
border-color: #104DF3;
}
</style>