Shades of Navy Blue #104EFB
Tints of Navy Blue #104EFB
RGB
CMYK
RGB Variations
Color information
#104EFB (or 0x104EFB) is known color: Navy Blue. HEX triplet: 10, 4E and FB. RGB value is (16,78,251). Sum of RGB (Red+Green+Blue) = 16+78+251=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #104EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104EFB is #EFB104. Grayscale: #4E4E4E. Windows color (decimal): -15708421 or 16469520. OLE color: 16469520.
HSL color Cylindrical-coordinate representation of color #104EFB: hue angle of 224.17º degrees, saturation: 0.97, 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 #104EFB is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 78 | 251 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.02 |
| HSL | 224.17º | 0.97% | 0.52% | - |
| HSV(B) | 224.17º | 0.94% | 0.98% | - |
| XYZ | 20.35 | 12.52 | 92.61 | - |
| YUV | 79.18 | 224.96 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 251 | 0.94 | 0.69 | 0 | 0.02 | 224.17 | 0.97 | 0.52 |
| Hex | 10 | 4E | FB | 5E | 45 | 0 | 2 | E0 | 61 | 34 |
| Octal | 20 | 116 | 373 | 136 | 105 | 0 | 2 | 340 | 141 | 64 |
| Binary | 10000 | 1001110 | 11111011 | 1011110 | 1000101 | 0 | 10 | 11100000 | 1100001 | 110100 |
Color Harmonies of #104EFB
Complementary color
Monochromatic Colors of #104EFB
Black with #104EFB
Text Example
Text Example
White with #104EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EFB; }
p { color: rgb(16,78,251); }
H1.HeaderClassName
{
color: #104EFB;
}
.AnyTagClassName
{
color: #104EFB;
}
</style>
background-color css
<style>
a { background-color: #104EFB; }
a { background-color: rgb(16,78,251); }
div.DivClassName
{
background-color: #104EFB;
}
.BgClassName
{
background-color: #104EFB;
}
</style>
border-color css
<style>
span { border-color: #104EFB; }
span { border-color: rgb(16,78,251); }
td.TdClassName
{
border-color: #104EFB;
}
.TagClassName
{
border-color: #104EFB;
}
</style>