Shades of Navy Blue #0049FA
Tints of Navy Blue #0049FA
RGB
CMYK
RGB Variations
Color information
#0049FA (or 0x0049FA) is known color: Navy Blue. HEX triplet: 00, 49 and FA. RGB value is (0,73,250). Sum of RGB (Red+Green+Blue) = 0+73+250=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #0049FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0049FA is #FFB605. Grayscale: #464646. Windows color (decimal): -16758278 or 16402688. OLE color: 16402688.
HSL color Cylindrical-coordinate representation of color #0049FA: hue angle of 222.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049FA is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 73 | 250 | - |
| CMYK | 1 | 0.71 | 0 | 0.02 |
| HSL | 222.48º | 1% | 0.49% | - |
| HSV(B) | 222.48º | 1% | 0.98% | - |
| XYZ | 19.64 | 11.67 | 91.66 | - |
| YUV | 71.35 | 228.82 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 250 | 1 | 0.71 | 0 | 0.02 | 222.48 | 1 | 0.49 |
| Hex | 0 | 49 | FA | 64 | 47 | 0 | 2 | DE | 64 | 31 |
| Octal | 0 | 111 | 372 | 144 | 107 | 0 | 2 | 336 | 144 | 61 |
| Binary | 0 | 1001001 | 11111010 | 1100100 | 1000111 | 0 | 10 | 11011110 | 1100100 | 110001 |
Color Harmonies of #0049FA
Complementary color
Monochromatic Colors of #0049FA
Black with #0049FA
Text Example
Text Example
White with #0049FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049FA; }
p { color: rgb(0,73,250); }
H1.HeaderClassName
{
color: #0049FA;
}
.AnyTagClassName
{
color: #0049FA;
}
</style>
background-color css
<style>
a { background-color: #0049FA; }
a { background-color: rgb(0,73,250); }
div.DivClassName
{
background-color: #0049FA;
}
.BgClassName
{
background-color: #0049FA;
}
</style>
border-color css
<style>
span { border-color: #0049FA; }
span { border-color: rgb(0,73,250); }
td.TdClassName
{
border-color: #0049FA;
}
.TagClassName
{
border-color: #0049FA;
}
</style>