Shades of Navy Blue #0249FB
Tints of Navy Blue #0249FB
RGB
CMYK
RGB Variations
Color information
#0249FB (or 0x0249FB) is known color: Navy Blue. HEX triplet: 02, 49 and FB. RGB value is (2,73,251). Sum of RGB (Red+Green+Blue) = 2+73+251=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #0249FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249FB is #FDB604. Grayscale: #474747. Windows color (decimal): -16627205 or 16468226. OLE color: 16468226.
HSL color Cylindrical-coordinate representation of color #0249FB: hue angle of 222.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249FB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 73 | 251 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.02 |
| HSL | 222.89º | 0.98% | 0.5% | - |
| HSV(B) | 222.89º | 0.99% | 0.98% | - |
| XYZ | 19.82 | 11.74 | 92.49 | - |
| YUV | 72.06 | 228.98 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 251 | 0.99 | 0.71 | 0 | 0.02 | 222.89 | 0.98 | 0.5 |
| Hex | 2 | 49 | FB | 63 | 47 | 0 | 2 | DF | 62 | 32 |
| Octal | 2 | 111 | 373 | 143 | 107 | 0 | 2 | 337 | 142 | 62 |
| Binary | 10 | 1001001 | 11111011 | 1100011 | 1000111 | 0 | 10 | 11011111 | 1100010 | 110010 |
Color Harmonies of #0249FB
Complementary color
Monochromatic Colors of #0249FB
Black with #0249FB
Text Example
Text Example
White with #0249FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249FB; }
p { color: rgb(2,73,251); }
H1.HeaderClassName
{
color: #0249FB;
}
.AnyTagClassName
{
color: #0249FB;
}
</style>
background-color css
<style>
a { background-color: #0249FB; }
a { background-color: rgb(2,73,251); }
div.DivClassName
{
background-color: #0249FB;
}
.BgClassName
{
background-color: #0249FB;
}
</style>
border-color css
<style>
span { border-color: #0249FB; }
span { border-color: rgb(2,73,251); }
td.TdClassName
{
border-color: #0249FB;
}
.TagClassName
{
border-color: #0249FB;
}
</style>