Shades of Navy Blue #0050FE
Tints of Navy Blue #0050FE
RGB
CMYK
RGB Variations
Color information
#0050FE (or 0x0050FE) is known color: Navy Blue. HEX triplet: 00, 50 and FE. RGB value is (0,80,254). Sum of RGB (Red+Green+Blue) = 0+80+254=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #0050FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0050FE is #FFAF01. Grayscale: #4B4B4B. Windows color (decimal): -16756482 or 16666624. OLE color: 16666624.
HSL color Cylindrical-coordinate representation of color #0050FE: hue angle of 221.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050FE is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 80 | 254 | - |
| CMYK | 1 | 0.69 | 0 | 0.00 |
| HSL | 221.1º | 1% | 0.5% | - |
| HSV(B) | 221.1º | 1% | 1% | - |
| XYZ | 20.76 | 12.89 | 95.16 | - |
| YUV | 75.92 | 228.5 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 254 | 1 | 0.69 | 0 | 0.00 | 221.1 | 1 | 0.5 |
| Hex | 0 | 50 | FE | 64 | 45 | 0 | 0 | DD | 64 | 32 |
| Octal | 0 | 120 | 376 | 144 | 105 | 0 | 0 | 335 | 144 | 62 |
| Binary | 0 | 1010000 | 11111110 | 1100100 | 1000101 | 0 | 0 | 11011101 | 1100100 | 110010 |
Color Harmonies of #0050FE
Complementary color
Monochromatic Colors of #0050FE
Black with #0050FE
Text Example
Text Example
White with #0050FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050FE; }
p { color: rgb(0,80,254); }
H1.HeaderClassName
{
color: #0050FE;
}
.AnyTagClassName
{
color: #0050FE;
}
</style>
background-color css
<style>
a { background-color: #0050FE; }
a { background-color: rgb(0,80,254); }
div.DivClassName
{
background-color: #0050FE;
}
.BgClassName
{
background-color: #0050FE;
}
</style>
border-color css
<style>
span { border-color: #0050FE; }
span { border-color: rgb(0,80,254); }
td.TdClassName
{
border-color: #0050FE;
}
.TagClassName
{
border-color: #0050FE;
}
</style>