Shades of Navy Blue #0249FA
Tints of Navy Blue #0249FA
RGB
CMYK
RGB Variations
Color information
#0249FA (or 0x0249FA) is known color: Navy Blue. HEX triplet: 02, 49 and FA. RGB value is (2,73,250). Sum of RGB (Red+Green+Blue) = 2+73+250=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #0249FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249FA is #FDB605. Grayscale: #474747. Windows color (decimal): -16627206 or 16402690. OLE color: 16402690.
HSL color Cylindrical-coordinate representation of color #0249FA: hue angle of 222.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249FA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 73 | 250 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.02 |
| HSL | 222.82º | 0.98% | 0.49% | - |
| HSV(B) | 222.82º | 0.99% | 0.98% | - |
| XYZ | 19.66 | 11.68 | 91.66 | - |
| YUV | 71.95 | 228.48 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 250 | 0.99 | 0.71 | 0 | 0.02 | 222.82 | 0.98 | 0.49 |
| Hex | 2 | 49 | FA | 63 | 47 | 0 | 2 | DF | 62 | 31 |
| Octal | 2 | 111 | 372 | 143 | 107 | 0 | 2 | 337 | 142 | 61 |
| Binary | 10 | 1001001 | 11111010 | 1100011 | 1000111 | 0 | 10 | 11011111 | 1100010 | 110001 |
Color Harmonies of #0249FA
Complementary color
Monochromatic Colors of #0249FA
Black with #0249FA
Text Example
Text Example
White with #0249FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249FA; }
p { color: rgb(2,73,250); }
H1.HeaderClassName
{
color: #0249FA;
}
.AnyTagClassName
{
color: #0249FA;
}
</style>
background-color css
<style>
a { background-color: #0249FA; }
a { background-color: rgb(2,73,250); }
div.DivClassName
{
background-color: #0249FA;
}
.BgClassName
{
background-color: #0249FA;
}
</style>
border-color css
<style>
span { border-color: #0249FA; }
span { border-color: rgb(2,73,250); }
td.TdClassName
{
border-color: #0249FA;
}
.TagClassName
{
border-color: #0249FA;
}
</style>