Shades of Navy Blue #0251EC
Tints of Navy Blue #0251EC
RGB
CMYK
RGB Variations
Color information
#0251EC (or 0x0251EC) is known color: Navy Blue. HEX triplet: 02, 51 and EC. RGB value is (2,81,236). Sum of RGB (Red+Green+Blue) = 2+81+236=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #0251EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0251EC is #FDAE13. Grayscale: #4A4A4A. Windows color (decimal): -16625172 or 15487234. OLE color: 15487234.
HSL color Cylindrical-coordinate representation of color #0251EC: hue angle of 219.74º 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 #0251EC is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 81 | 236 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.07 |
| HSL | 219.74º | 0.98% | 0.47% | - |
| HSV(B) | 219.74º | 0.99% | 0.93% | - |
| XYZ | 18.11 | 11.95 | 80.71 | - |
| YUV | 75.05 | 218.83 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 236 | 0.99 | 0.66 | 0 | 0.07 | 219.74 | 0.98 | 0.47 |
| Hex | 2 | 51 | EC | 63 | 42 | 0 | 7 | DC | 62 | 2F |
| Octal | 2 | 121 | 354 | 143 | 102 | 0 | 7 | 334 | 142 | 57 |
| Binary | 10 | 1010001 | 11101100 | 1100011 | 1000010 | 0 | 111 | 11011100 | 1100010 | 101111 |
Color Harmonies of #0251EC
Complementary color
Monochromatic Colors of #0251EC
Black with #0251EC
Text Example
Text Example
White with #0251EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0251EC; }
p { color: rgb(2,81,236); }
H1.HeaderClassName
{
color: #0251EC;
}
.AnyTagClassName
{
color: #0251EC;
}
</style>
background-color css
<style>
a { background-color: #0251EC; }
a { background-color: rgb(2,81,236); }
div.DivClassName
{
background-color: #0251EC;
}
.BgClassName
{
background-color: #0251EC;
}
</style>
border-color css
<style>
span { border-color: #0251EC; }
span { border-color: rgb(2,81,236); }
td.TdClassName
{
border-color: #0251EC;
}
.TagClassName
{
border-color: #0251EC;
}
</style>