Shades of Navy Blue #0249ED
Tints of Navy Blue #0249ED
RGB
CMYK
RGB Variations
Color information
#0249ED (or 0x0249ED) is known color: Navy Blue. HEX triplet: 02, 49 and ED. RGB value is (2,73,237). Sum of RGB (Red+Green+Blue) = 2+73+237=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #0249ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249ED is #FDB612. Grayscale: #454545. Windows color (decimal): -16627219 or 15550722. OLE color: 15550722.
HSL color Cylindrical-coordinate representation of color #0249ED: hue angle of 221.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249ED is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 73 | 237 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.07 |
| HSL | 221.87º | 0.98% | 0.47% | - |
| HSV(B) | 221.87º | 0.99% | 0.93% | - |
| XYZ | 17.69 | 10.89 | 81.29 | - |
| YUV | 70.47 | 221.98 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 237 | 0.99 | 0.69 | 0 | 0.07 | 221.87 | 0.98 | 0.47 |
| Hex | 2 | 49 | ED | 63 | 45 | 0 | 7 | DE | 62 | 2F |
| Octal | 2 | 111 | 355 | 143 | 105 | 0 | 7 | 336 | 142 | 57 |
| Binary | 10 | 1001001 | 11101101 | 1100011 | 1000101 | 0 | 111 | 11011110 | 1100010 | 101111 |
Color Harmonies of #0249ED
Complementary color
Monochromatic Colors of #0249ED
Black with #0249ED
Text Example
Text Example
White with #0249ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249ED; }
p { color: rgb(2,73,237); }
H1.HeaderClassName
{
color: #0249ED;
}
.AnyTagClassName
{
color: #0249ED;
}
</style>
background-color css
<style>
a { background-color: #0249ED; }
a { background-color: rgb(2,73,237); }
div.DivClassName
{
background-color: #0249ED;
}
.BgClassName
{
background-color: #0249ED;
}
</style>
border-color css
<style>
span { border-color: #0249ED; }
span { border-color: rgb(2,73,237); }
td.TdClassName
{
border-color: #0249ED;
}
.TagClassName
{
border-color: #0249ED;
}
</style>