Shades of Navy Blue #0251FC
Tints of Navy Blue #0251FC
RGB
CMYK
RGB Variations
Color information
#0251FC (or 0x0251FC) is known color: Navy Blue. HEX triplet: 02, 51 and FC. RGB value is (2,81,252). Sum of RGB (Red+Green+Blue) = 2+81+252=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #0251FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0251FC is #FDAE03. Grayscale: #4C4C4C. Windows color (decimal): -16625156 or 16535810. OLE color: 16535810.
HSL color Cylindrical-coordinate representation of color #0251FC: hue angle of 221.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251FC is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 81 | 252 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.01 |
| HSL | 221.04º | 0.98% | 0.5% | - |
| HSV(B) | 221.04º | 0.99% | 0.99% | - |
| XYZ | 20.54 | 12.93 | 93.51 | - |
| YUV | 76.87 | 226.83 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 252 | 0.99 | 0.68 | 0 | 0.01 | 221.04 | 0.98 | 0.5 |
| Hex | 2 | 51 | FC | 63 | 44 | 0 | 1 | DD | 62 | 32 |
| Octal | 2 | 121 | 374 | 143 | 104 | 0 | 1 | 335 | 142 | 62 |
| Binary | 10 | 1010001 | 11111100 | 1100011 | 1000100 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0251FC
Complementary color
Monochromatic Colors of #0251FC
Black with #0251FC
Text Example
Text Example
White with #0251FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0251FC; }
p { color: rgb(2,81,252); }
H1.HeaderClassName
{
color: #0251FC;
}
.AnyTagClassName
{
color: #0251FC;
}
</style>
background-color css
<style>
a { background-color: #0251FC; }
a { background-color: rgb(2,81,252); }
div.DivClassName
{
background-color: #0251FC;
}
.BgClassName
{
background-color: #0251FC;
}
</style>
border-color css
<style>
span { border-color: #0251FC; }
span { border-color: rgb(2,81,252); }
td.TdClassName
{
border-color: #0251FC;
}
.TagClassName
{
border-color: #0251FC;
}
</style>