Shades of Navy Blue #0251FA
Tints of Navy Blue #0251FA
RGB
CMYK
RGB Variations
Color information
#0251FA (or 0x0251FA) is known color: Navy Blue. HEX triplet: 02, 51 and FA. RGB value is (2,81,250). Sum of RGB (Red+Green+Blue) = 2+81+250=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #0251FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0251FA is #FDAE05. Grayscale: #4B4B4B. Windows color (decimal): -16625158 or 16404738. OLE color: 16404738.
HSL color Cylindrical-coordinate representation of color #0251FA: hue angle of 220.89º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251FA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 81 | 250 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.02 |
| HSL | 220.89º | 0.98% | 0.49% | - |
| HSV(B) | 220.89º | 0.99% | 0.98% | - |
| XYZ | 20.22 | 12.8 | 91.85 | - |
| YUV | 76.65 | 225.83 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 250 | 0.99 | 0.68 | 0 | 0.02 | 220.89 | 0.98 | 0.49 |
| Hex | 2 | 51 | FA | 63 | 44 | 0 | 2 | DD | 62 | 31 |
| Octal | 2 | 121 | 372 | 143 | 104 | 0 | 2 | 335 | 142 | 61 |
| Binary | 10 | 1010001 | 11111010 | 1100011 | 1000100 | 0 | 10 | 11011101 | 1100010 | 110001 |
Color Harmonies of #0251FA
Complementary color
Monochromatic Colors of #0251FA
Black with #0251FA
Text Example
Text Example
White with #0251FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0251FA; }
p { color: rgb(2,81,250); }
H1.HeaderClassName
{
color: #0251FA;
}
.AnyTagClassName
{
color: #0251FA;
}
</style>
background-color css
<style>
a { background-color: #0251FA; }
a { background-color: rgb(2,81,250); }
div.DivClassName
{
background-color: #0251FA;
}
.BgClassName
{
background-color: #0251FA;
}
</style>
border-color css
<style>
span { border-color: #0251FA; }
span { border-color: rgb(2,81,250); }
td.TdClassName
{
border-color: #0251FA;
}
.TagClassName
{
border-color: #0251FA;
}
</style>