Shades of Navy Blue #1051F0
Tints of Navy Blue #1051F0
RGB
CMYK
RGB Variations
Color information
#1051F0 (or 0x1051F0) is known color: Navy Blue. HEX triplet: 10, 51 and F0. RGB value is (16,81,240). Sum of RGB (Red+Green+Blue) = 16+81+240=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #1051F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051F0 is #EFAE0F. Grayscale: #4E4E4E. Windows color (decimal): -15707664 or 15749392. OLE color: 15749392.
HSL color Cylindrical-coordinate representation of color #1051F0: hue angle of 222.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051F0 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 81 | 240 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.06 |
| HSL | 222.59º | 0.88% | 0.5% | - |
| HSV(B) | 222.59º | 0.93% | 0.94% | - |
| XYZ | 18.88 | 12.29 | 83.81 | - |
| YUV | 79.69 | 218.47 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 240 | 0.93 | 0.66 | 0 | 0.06 | 222.59 | 0.88 | 0.5 |
| Hex | 10 | 51 | F0 | 5D | 42 | 0 | 6 | DF | 58 | 32 |
| Octal | 20 | 121 | 360 | 135 | 102 | 0 | 6 | 337 | 130 | 62 |
| Binary | 10000 | 1010001 | 11110000 | 1011101 | 1000010 | 0 | 110 | 11011111 | 1011000 | 110010 |
Color Harmonies of #1051F0
Complementary color
Monochromatic Colors of #1051F0
Black with #1051F0
Text Example
Text Example
White with #1051F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051F0; }
p { color: rgb(16,81,240); }
H1.HeaderClassName
{
color: #1051F0;
}
.AnyTagClassName
{
color: #1051F0;
}
</style>
background-color css
<style>
a { background-color: #1051F0; }
a { background-color: rgb(16,81,240); }
div.DivClassName
{
background-color: #1051F0;
}
.BgClassName
{
background-color: #1051F0;
}
</style>
border-color css
<style>
span { border-color: #1051F0; }
span { border-color: rgb(16,81,240); }
td.TdClassName
{
border-color: #1051F0;
}
.TagClassName
{
border-color: #1051F0;
}
</style>