Shades of Navy Blue #1051F1
Tints of Navy Blue #1051F1
RGB
CMYK
RGB Variations
Color information
#1051F1 (or 0x1051F1) is known color: Navy Blue. HEX triplet: 10, 51 and F1. RGB value is (16,81,241). Sum of RGB (Red+Green+Blue) = 16+81+241=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #1051F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051F1 is #EFAE0E. Grayscale: #4F4F4F. Windows color (decimal): -15707663 or 15814928. OLE color: 15814928.
HSL color Cylindrical-coordinate representation of color #1051F1: hue angle of 222.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051F1 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 81 | 241 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.05 |
| HSL | 222.67º | 0.89% | 0.5% | - |
| HSV(B) | 222.67º | 0.93% | 0.95% | - |
| XYZ | 19.03 | 12.35 | 84.6 | - |
| YUV | 79.81 | 218.97 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 241 | 0.93 | 0.66 | 0 | 0.05 | 222.67 | 0.89 | 0.5 |
| Hex | 10 | 51 | F1 | 5D | 42 | 0 | 5 | DF | 59 | 32 |
| Octal | 20 | 121 | 361 | 135 | 102 | 0 | 5 | 337 | 131 | 62 |
| Binary | 10000 | 1010001 | 11110001 | 1011101 | 1000010 | 0 | 101 | 11011111 | 1011001 | 110010 |
Color Harmonies of #1051F1
Complementary color
Monochromatic Colors of #1051F1
Black with #1051F1
Text Example
Text Example
White with #1051F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051F1; }
p { color: rgb(16,81,241); }
H1.HeaderClassName
{
color: #1051F1;
}
.AnyTagClassName
{
color: #1051F1;
}
</style>
background-color css
<style>
a { background-color: #1051F1; }
a { background-color: rgb(16,81,241); }
div.DivClassName
{
background-color: #1051F1;
}
.BgClassName
{
background-color: #1051F1;
}
</style>
border-color css
<style>
span { border-color: #1051F1; }
span { border-color: rgb(16,81,241); }
td.TdClassName
{
border-color: #1051F1;
}
.TagClassName
{
border-color: #1051F1;
}
</style>