Shades of Navy Blue #0050DF
Tints of Navy Blue #0050DF
RGB
CMYK
RGB Variations
Color information
#0050DF (or 0x0050DF) is known color: Navy Blue. HEX triplet: 00, 50 and DF. RGB value is (0,80,223). Sum of RGB (Red+Green+Blue) = 0+80+223=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #0050DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050DF is #FFAF20. Grayscale: #474747. Windows color (decimal): -16756513 or 14635008. OLE color: 14635008.
HSL color Cylindrical-coordinate representation of color #0050DF: hue angle of 218.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050DF is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 80 | 223 | - |
| CMYK | 1 | 0.64 | 0 | 0.13 |
| HSL | 218.48º | 1% | 0.44% | - |
| HSV(B) | 218.48º | 1% | 0.87% | - |
| XYZ | 16.19 | 11.07 | 71.09 | - |
| YUV | 72.38 | 213 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 223 | 1 | 0.64 | 0 | 0.13 | 218.48 | 1 | 0.44 |
| Hex | 0 | 50 | DF | 64 | 40 | 0 | D | DA | 64 | 2C |
| Octal | 0 | 120 | 337 | 144 | 100 | 0 | 15 | 332 | 144 | 54 |
| Binary | 0 | 1010000 | 11011111 | 1100100 | 1000000 | 0 | 1101 | 11011010 | 1100100 | 101100 |
Color Harmonies of #0050DF
Complementary color
Monochromatic Colors of #0050DF
Black with #0050DF
Text Example
Text Example
White with #0050DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050DF; }
p { color: rgb(0,80,223); }
H1.HeaderClassName
{
color: #0050DF;
}
.AnyTagClassName
{
color: #0050DF;
}
</style>
background-color css
<style>
a { background-color: #0050DF; }
a { background-color: rgb(0,80,223); }
div.DivClassName
{
background-color: #0050DF;
}
.BgClassName
{
background-color: #0050DF;
}
</style>
border-color css
<style>
span { border-color: #0050DF; }
span { border-color: rgb(0,80,223); }
td.TdClassName
{
border-color: #0050DF;
}
.TagClassName
{
border-color: #0050DF;
}
</style>