Shades of Navy Blue #104FED
Tints of Navy Blue #104FED
RGB
CMYK
RGB Variations
Color information
#104FED (or 0x104FED) is known color: Navy Blue. HEX triplet: 10, 4F and ED. RGB value is (16,79,237). Sum of RGB (Red+Green+Blue) = 16+79+237=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #104FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104FED is #EFB012. Grayscale: #4D4D4D. Windows color (decimal): -15708179 or 15552272. OLE color: 15552272.
HSL color Cylindrical-coordinate representation of color #104FED: hue angle of 222.9º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104FED is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 79 | 237 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.07 |
| HSL | 222.9º | 0.87% | 0.5% | - |
| HSV(B) | 222.9º | 0.93% | 0.93% | - |
| XYZ | 18.3 | 11.82 | 81.44 | - |
| YUV | 78.18 | 217.63 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 237 | 0.93 | 0.67 | 0 | 0.07 | 222.9 | 0.87 | 0.5 |
| Hex | 10 | 4F | ED | 5D | 43 | 0 | 7 | DF | 57 | 32 |
| Octal | 20 | 117 | 355 | 135 | 103 | 0 | 7 | 337 | 127 | 62 |
| Binary | 10000 | 1001111 | 11101101 | 1011101 | 1000011 | 0 | 111 | 11011111 | 1010111 | 110010 |
Color Harmonies of #104FED
Complementary color
Monochromatic Colors of #104FED
Black with #104FED
Text Example
Text Example
White with #104FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104FED; }
p { color: rgb(16,79,237); }
H1.HeaderClassName
{
color: #104FED;
}
.AnyTagClassName
{
color: #104FED;
}
</style>
background-color css
<style>
a { background-color: #104FED; }
a { background-color: rgb(16,79,237); }
div.DivClassName
{
background-color: #104FED;
}
.BgClassName
{
background-color: #104FED;
}
</style>
border-color css
<style>
span { border-color: #104FED; }
span { border-color: rgb(16,79,237); }
td.TdClassName
{
border-color: #104FED;
}
.TagClassName
{
border-color: #104FED;
}
</style>