Shades of Navy Blue #0249FD
Tints of Navy Blue #0249FD
RGB
CMYK
RGB Variations
Color information
#0249FD (or 0x0249FD) is known color: Navy Blue. HEX triplet: 02, 49 and FD. RGB value is (2,73,253). Sum of RGB (Red+Green+Blue) = 2+73+253=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #0249FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249FD is #FDB602. Grayscale: #474747. Windows color (decimal): -16627203 or 16599298. OLE color: 16599298.
HSL color Cylindrical-coordinate representation of color #0249FD: hue angle of 223.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249FD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 73 | 253 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.01 |
| HSL | 223.03º | 0.98% | 0.5% | - |
| HSV(B) | 223.03º | 0.99% | 0.99% | - |
| XYZ | 20.14 | 11.87 | 94.16 | - |
| YUV | 72.29 | 229.98 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 253 | 0.99 | 0.71 | 0 | 0.01 | 223.03 | 0.98 | 0.5 |
| Hex | 2 | 49 | FD | 63 | 47 | 0 | 1 | DF | 62 | 32 |
| Octal | 2 | 111 | 375 | 143 | 107 | 0 | 1 | 337 | 142 | 62 |
| Binary | 10 | 1001001 | 11111101 | 1100011 | 1000111 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #0249FD
Complementary color
Monochromatic Colors of #0249FD
Black with #0249FD
Text Example
Text Example
White with #0249FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249FD; }
p { color: rgb(2,73,253); }
H1.HeaderClassName
{
color: #0249FD;
}
.AnyTagClassName
{
color: #0249FD;
}
</style>
background-color css
<style>
a { background-color: #0249FD; }
a { background-color: rgb(2,73,253); }
div.DivClassName
{
background-color: #0249FD;
}
.BgClassName
{
background-color: #0249FD;
}
</style>
border-color css
<style>
span { border-color: #0249FD; }
span { border-color: rgb(2,73,253); }
td.TdClassName
{
border-color: #0249FD;
}
.TagClassName
{
border-color: #0249FD;
}
</style>