Shades of Navy Blue #0250E0
Tints of Navy Blue #0250E0
RGB
CMYK
RGB Variations
Color information
#0250E0 (or 0x0250E0) is known color: Navy Blue. HEX triplet: 02, 50 and E0. RGB value is (2,80,224). Sum of RGB (Red+Green+Blue) = 2+80+224=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #0250E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250E0 is #FDAF1F. Grayscale: #484848. Windows color (decimal): -16625440 or 14700546. OLE color: 14700546.
HSL color Cylindrical-coordinate representation of color #0250E0: hue angle of 218.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250E0 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 80 | 224 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.12 |
| HSL | 218.92º | 0.98% | 0.44% | - |
| HSV(B) | 218.92º | 0.99% | 0.88% | - |
| XYZ | 16.35 | 11.13 | 71.81 | - |
| YUV | 73.09 | 213.16 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 224 | 0.99 | 0.64 | 0 | 0.12 | 218.92 | 0.98 | 0.44 |
| Hex | 2 | 50 | E0 | 63 | 40 | 0 | C | DB | 62 | 2C |
| Octal | 2 | 120 | 340 | 143 | 100 | 0 | 14 | 333 | 142 | 54 |
| Binary | 10 | 1010000 | 11100000 | 1100011 | 1000000 | 0 | 1100 | 11011011 | 1100010 | 101100 |
Color Harmonies of #0250E0
Complementary color
Monochromatic Colors of #0250E0
Black with #0250E0
Text Example
Text Example
White with #0250E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250E0; }
p { color: rgb(2,80,224); }
H1.HeaderClassName
{
color: #0250E0;
}
.AnyTagClassName
{
color: #0250E0;
}
</style>
background-color css
<style>
a { background-color: #0250E0; }
a { background-color: rgb(2,80,224); }
div.DivClassName
{
background-color: #0250E0;
}
.BgClassName
{
background-color: #0250E0;
}
</style>
border-color css
<style>
span { border-color: #0250E0; }
span { border-color: rgb(2,80,224); }
td.TdClassName
{
border-color: #0250E0;
}
.TagClassName
{
border-color: #0250E0;
}
</style>