Shades of Navy Blue #0050FC
Tints of Navy Blue #0050FC
RGB
CMYK
RGB Variations
Color information
#0050FC (or 0x0050FC) is known color: Navy Blue. HEX triplet: 00, 50 and FC. RGB value is (0,80,252). Sum of RGB (Red+Green+Blue) = 0+80+252=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #0050FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0050FC is #FFAF03. Grayscale: #4A4A4A. Windows color (decimal): -16756484 or 16535552. OLE color: 16535552.
HSL color Cylindrical-coordinate representation of color #0050FC: hue angle of 220.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050FC is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 80 | 252 | - |
| CMYK | 1 | 0.68 | 0 | 0.01 |
| HSL | 220.95º | 1% | 0.49% | - |
| HSV(B) | 220.95º | 1% | 0.99% | - |
| XYZ | 20.44 | 12.77 | 93.48 | - |
| YUV | 75.69 | 227.5 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 252 | 1 | 0.68 | 0 | 0.01 | 220.95 | 1 | 0.49 |
| Hex | 0 | 50 | FC | 64 | 44 | 0 | 1 | DD | 64 | 31 |
| Octal | 0 | 120 | 374 | 144 | 104 | 0 | 1 | 335 | 144 | 61 |
| Binary | 0 | 1010000 | 11111100 | 1100100 | 1000100 | 0 | 1 | 11011101 | 1100100 | 110001 |
Color Harmonies of #0050FC
Complementary color
Monochromatic Colors of #0050FC
Black with #0050FC
Text Example
Text Example
White with #0050FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050FC; }
p { color: rgb(0,80,252); }
H1.HeaderClassName
{
color: #0050FC;
}
.AnyTagClassName
{
color: #0050FC;
}
</style>
background-color css
<style>
a { background-color: #0050FC; }
a { background-color: rgb(0,80,252); }
div.DivClassName
{
background-color: #0050FC;
}
.BgClassName
{
background-color: #0050FC;
}
</style>
border-color css
<style>
span { border-color: #0050FC; }
span { border-color: rgb(0,80,252); }
td.TdClassName
{
border-color: #0050FC;
}
.TagClassName
{
border-color: #0050FC;
}
</style>