Shades of Navy Blue #0049FD
Tints of Navy Blue #0049FD
RGB
CMYK
RGB Variations
Color information
#0049FD (or 0x0049FD) is known color: Navy Blue. HEX triplet: 00, 49 and FD. RGB value is (0,73,253). Sum of RGB (Red+Green+Blue) = 0+73+253=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #0049FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0049FD is #FFB602. Grayscale: #464646. Windows color (decimal): -16758275 or 16599296. OLE color: 16599296.
HSL color Cylindrical-coordinate representation of color #0049FD: hue angle of 222.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049FD is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 73 | 253 | - |
| CMYK | 1 | 0.71 | 0 | 0.01 |
| HSL | 222.69º | 1% | 0.5% | - |
| HSV(B) | 222.69º | 1% | 0.99% | - |
| XYZ | 20.11 | 11.86 | 94.16 | - |
| YUV | 71.69 | 230.32 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 253 | 1 | 0.71 | 0 | 0.01 | 222.69 | 1 | 0.5 |
| Hex | 0 | 49 | FD | 64 | 47 | 0 | 1 | DF | 64 | 32 |
| Octal | 0 | 111 | 375 | 144 | 107 | 0 | 1 | 337 | 144 | 62 |
| Binary | 0 | 1001001 | 11111101 | 1100100 | 1000111 | 0 | 1 | 11011111 | 1100100 | 110010 |
Color Harmonies of #0049FD
Complementary color
Monochromatic Colors of #0049FD
Black with #0049FD
Text Example
Text Example
White with #0049FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049FD; }
p { color: rgb(0,73,253); }
H1.HeaderClassName
{
color: #0049FD;
}
.AnyTagClassName
{
color: #0049FD;
}
</style>
background-color css
<style>
a { background-color: #0049FD; }
a { background-color: rgb(0,73,253); }
div.DivClassName
{
background-color: #0049FD;
}
.BgClassName
{
background-color: #0049FD;
}
</style>
border-color css
<style>
span { border-color: #0049FD; }
span { border-color: rgb(0,73,253); }
td.TdClassName
{
border-color: #0049FD;
}
.TagClassName
{
border-color: #0049FD;
}
</style>