Shades of Navy Blue #104DF8
Tints of Navy Blue #104DF8
RGB
CMYK
RGB Variations
Color information
#104DF8 (or 0x104DF8) is known color: Navy Blue. HEX triplet: 10, 4D and F8. RGB value is (16,77,248). Sum of RGB (Red+Green+Blue) = 16+77+248=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 248 (97.27% from 255 or 72.73% from 341); Max value from RGB is 248 - color contains mainly: blue. Hex color #104DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DF8 is #EFB207. Grayscale: #4D4D4D. Windows color (decimal): -15708680 or 16272656. OLE color: 16272656.
HSL color Cylindrical-coordinate representation of color #104DF8: hue angle of 224.22º 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 #104DF8 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 77 | 248 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.03 |
| HSL | 224.22º | 0.94% | 0.52% | - |
| HSV(B) | 224.22º | 0.94% | 0.97% | - |
| XYZ | 19.81 | 12.2 | 90.12 | - |
| YUV | 78.26 | 223.79 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 248 | 0.94 | 0.69 | 0 | 0.03 | 224.22 | 0.94 | 0.52 |
| Hex | 10 | 4D | F8 | 5E | 45 | 0 | 3 | E0 | 5E | 34 |
| Octal | 20 | 115 | 370 | 136 | 105 | 0 | 3 | 340 | 136 | 64 |
| Binary | 10000 | 1001101 | 11111000 | 1011110 | 1000101 | 0 | 11 | 11100000 | 1011110 | 110100 |
Color Harmonies of #104DF8
Complementary color
Monochromatic Colors of #104DF8
Black with #104DF8
Text Example
Text Example
White with #104DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DF8; }
p { color: rgb(16,77,248); }
H1.HeaderClassName
{
color: #104DF8;
}
.AnyTagClassName
{
color: #104DF8;
}
</style>
background-color css
<style>
a { background-color: #104DF8; }
a { background-color: rgb(16,77,248); }
div.DivClassName
{
background-color: #104DF8;
}
.BgClassName
{
background-color: #104DF8;
}
</style>
border-color css
<style>
span { border-color: #104DF8; }
span { border-color: rgb(16,77,248); }
td.TdClassName
{
border-color: #104DF8;
}
.TagClassName
{
border-color: #104DF8;
}
</style>