Shades of Navy Blue #104EDF
Tints of Navy Blue #104EDF
RGB
CMYK
RGB Variations
Color information
#104EDF (or 0x104EDF) is known color: Navy Blue. HEX triplet: 10, 4E and DF. RGB value is (16,78,223). Sum of RGB (Red+Green+Blue) = 16+78+223=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #104EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EDF is #EFB120. Grayscale: #4B4B4B. Windows color (decimal): -15708449 or 14634512. OLE color: 14634512.
HSL color Cylindrical-coordinate representation of color #104EDF: hue angle of 222.03º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EDF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 78 | 223 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.13 |
| HSL | 222.03º | 0.87% | 0.47% | - |
| HSV(B) | 222.03º | 0.93% | 0.87% | - |
| XYZ | 16.26 | 10.89 | 71.06 | - |
| YUV | 75.99 | 210.96 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 223 | 0.93 | 0.65 | 0 | 0.13 | 222.03 | 0.87 | 0.47 |
| Hex | 10 | 4E | DF | 5D | 41 | 0 | D | DE | 57 | 2F |
| Octal | 20 | 116 | 337 | 135 | 101 | 0 | 15 | 336 | 127 | 57 |
| Binary | 10000 | 1001110 | 11011111 | 1011101 | 1000001 | 0 | 1101 | 11011110 | 1010111 | 101111 |
Color Harmonies of #104EDF
Complementary color
Monochromatic Colors of #104EDF
Black with #104EDF
Text Example
Text Example
White with #104EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EDF; }
p { color: rgb(16,78,223); }
H1.HeaderClassName
{
color: #104EDF;
}
.AnyTagClassName
{
color: #104EDF;
}
</style>
background-color css
<style>
a { background-color: #104EDF; }
a { background-color: rgb(16,78,223); }
div.DivClassName
{
background-color: #104EDF;
}
.BgClassName
{
background-color: #104EDF;
}
</style>
border-color css
<style>
span { border-color: #104EDF; }
span { border-color: rgb(16,78,223); }
td.TdClassName
{
border-color: #104EDF;
}
.TagClassName
{
border-color: #104EDF;
}
</style>