Shades of Navy Blue #0250E3
Tints of Navy Blue #0250E3
RGB
CMYK
RGB Variations
Color information
#0250E3 (or 0x0250E3) is known color: Navy Blue. HEX triplet: 02, 50 and E3. RGB value is (2,80,227). Sum of RGB (Red+Green+Blue) = 2+80+227=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 227 (89.06% from 255 or 73.46% from 309); Max value from RGB is 227 - color contains mainly: blue. Hex color #0250E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250E3 is #FDAF1C. Grayscale: #484848. Windows color (decimal): -16625437 or 14897154. OLE color: 14897154.
HSL color Cylindrical-coordinate representation of color #0250E3: hue angle of 219.2º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250E3 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 80 | 227 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.11 |
| HSL | 219.2º | 0.98% | 0.45% | - |
| HSV(B) | 219.2º | 0.99% | 0.89% | - |
| XYZ | 16.76 | 11.3 | 73.97 | - |
| YUV | 73.44 | 214.66 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 227 | 0.99 | 0.65 | 0 | 0.11 | 219.2 | 0.98 | 0.45 |
| Hex | 2 | 50 | E3 | 63 | 41 | 0 | B | DB | 62 | 2D |
| Octal | 2 | 120 | 343 | 143 | 101 | 0 | 13 | 333 | 142 | 55 |
| Binary | 10 | 1010000 | 11100011 | 1100011 | 1000001 | 0 | 1011 | 11011011 | 1100010 | 101101 |
Color Harmonies of #0250E3
Complementary color
Monochromatic Colors of #0250E3
Black with #0250E3
Text Example
Text Example
White with #0250E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250E3; }
p { color: rgb(2,80,227); }
H1.HeaderClassName
{
color: #0250E3;
}
.AnyTagClassName
{
color: #0250E3;
}
</style>
background-color css
<style>
a { background-color: #0250E3; }
a { background-color: rgb(2,80,227); }
div.DivClassName
{
background-color: #0250E3;
}
.BgClassName
{
background-color: #0250E3;
}
</style>
border-color css
<style>
span { border-color: #0250E3; }
span { border-color: rgb(2,80,227); }
td.TdClassName
{
border-color: #0250E3;
}
.TagClassName
{
border-color: #0250E3;
}
</style>