Shades of Navy Blue #1051FA
Tints of Navy Blue #1051FA
RGB
CMYK
RGB Variations
Color information
#1051FA (or 0x1051FA) is known color: Navy Blue. HEX triplet: 10, 51 and FA. RGB value is (16,81,250). Sum of RGB (Red+Green+Blue) = 16+81+250=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #1051FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051FA is #EFAE05. Grayscale: #505050. Windows color (decimal): -15707654 or 16404752. OLE color: 16404752.
HSL color Cylindrical-coordinate representation of color #1051FA: hue angle of 223.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1051FA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 81 | 250 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.02 |
| HSL | 223.33º | 0.96% | 0.52% | - |
| HSV(B) | 223.33º | 0.94% | 0.98% | - |
| XYZ | 20.41 | 12.9 | 91.86 | - |
| YUV | 80.83 | 223.47 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 250 | 0.94 | 0.68 | 0 | 0.02 | 223.33 | 0.96 | 0.52 |
| Hex | 10 | 51 | FA | 5E | 44 | 0 | 2 | DF | 60 | 34 |
| Octal | 20 | 121 | 372 | 136 | 104 | 0 | 2 | 337 | 140 | 64 |
| Binary | 10000 | 1010001 | 11111010 | 1011110 | 1000100 | 0 | 10 | 11011111 | 1100000 | 110100 |
Color Harmonies of #1051FA
Complementary color
Monochromatic Colors of #1051FA
Black with #1051FA
Text Example
Text Example
White with #1051FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051FA; }
p { color: rgb(16,81,250); }
H1.HeaderClassName
{
color: #1051FA;
}
.AnyTagClassName
{
color: #1051FA;
}
</style>
background-color css
<style>
a { background-color: #1051FA; }
a { background-color: rgb(16,81,250); }
div.DivClassName
{
background-color: #1051FA;
}
.BgClassName
{
background-color: #1051FA;
}
</style>
border-color css
<style>
span { border-color: #1051FA; }
span { border-color: rgb(16,81,250); }
td.TdClassName
{
border-color: #1051FA;
}
.TagClassName
{
border-color: #1051FA;
}
</style>