Shades of Navy Blue #0249E7
Tints of Navy Blue #0249E7
RGB
CMYK
RGB Variations
Color information
#0249E7 (or 0x0249E7) is known color: Navy Blue. HEX triplet: 02, 49 and E7. RGB value is (2,73,231). Sum of RGB (Red+Green+Blue) = 2+73+231=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 231 (90.62% from 255 or 75.49% from 306); Max value from RGB is 231 - color contains mainly: blue. Hex color #0249E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249E7 is #FDB618. Grayscale: #454545. Windows color (decimal): -16627225 or 15157506. OLE color: 15157506.
HSL color Cylindrical-coordinate representation of color #0249E7: hue angle of 221.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249E7 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 73 | 231 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.09 |
| HSL | 221.4º | 0.98% | 0.46% | - |
| HSV(B) | 221.4º | 0.99% | 0.91% | - |
| XYZ | 16.83 | 10.55 | 76.75 | - |
| YUV | 69.78 | 218.98 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 231 | 0.99 | 0.68 | 0 | 0.09 | 221.4 | 0.98 | 0.46 |
| Hex | 2 | 49 | E7 | 63 | 44 | 0 | 9 | DD | 62 | 2E |
| Octal | 2 | 111 | 347 | 143 | 104 | 0 | 11 | 335 | 142 | 56 |
| Binary | 10 | 1001001 | 11100111 | 1100011 | 1000100 | 0 | 1001 | 11011101 | 1100010 | 101110 |
Color Harmonies of #0249E7
Complementary color
Monochromatic Colors of #0249E7
Black with #0249E7
Text Example
Text Example
White with #0249E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249E7; }
p { color: rgb(2,73,231); }
H1.HeaderClassName
{
color: #0249E7;
}
.AnyTagClassName
{
color: #0249E7;
}
</style>
background-color css
<style>
a { background-color: #0249E7; }
a { background-color: rgb(2,73,231); }
div.DivClassName
{
background-color: #0249E7;
}
.BgClassName
{
background-color: #0249E7;
}
</style>
border-color css
<style>
span { border-color: #0249E7; }
span { border-color: rgb(2,73,231); }
td.TdClassName
{
border-color: #0249E7;
}
.TagClassName
{
border-color: #0249E7;
}
</style>