Shades of Navy Blue #1051EE
Tints of Navy Blue #1051EE
RGB
CMYK
RGB Variations
Color information
#1051EE (or 0x1051EE) is known color: Navy Blue. HEX triplet: 10, 51 and EE. RGB value is (16,81,238). Sum of RGB (Red+Green+Blue) = 16+81+238=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #1051EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051EE is #EFAE11. Grayscale: #4E4E4E. Windows color (decimal): -15707666 or 15618320. OLE color: 15618320.
HSL color Cylindrical-coordinate representation of color #1051EE: hue angle of 222.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051EE is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 81 | 238 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.07 |
| HSL | 222.43º | 0.87% | 0.5% | - |
| HSV(B) | 222.43º | 0.93% | 0.93% | - |
| XYZ | 18.59 | 12.17 | 82.26 | - |
| YUV | 79.46 | 217.47 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 238 | 0.93 | 0.66 | 0 | 0.07 | 222.43 | 0.87 | 0.5 |
| Hex | 10 | 51 | EE | 5D | 42 | 0 | 7 | DE | 57 | 32 |
| Octal | 20 | 121 | 356 | 135 | 102 | 0 | 7 | 336 | 127 | 62 |
| Binary | 10000 | 1010001 | 11101110 | 1011101 | 1000010 | 0 | 111 | 11011110 | 1010111 | 110010 |
Color Harmonies of #1051EE
Complementary color
Monochromatic Colors of #1051EE
Black with #1051EE
Text Example
Text Example
White with #1051EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051EE; }
p { color: rgb(16,81,238); }
H1.HeaderClassName
{
color: #1051EE;
}
.AnyTagClassName
{
color: #1051EE;
}
</style>
background-color css
<style>
a { background-color: #1051EE; }
a { background-color: rgb(16,81,238); }
div.DivClassName
{
background-color: #1051EE;
}
.BgClassName
{
background-color: #1051EE;
}
</style>
border-color css
<style>
span { border-color: #1051EE; }
span { border-color: rgb(16,81,238); }
td.TdClassName
{
border-color: #1051EE;
}
.TagClassName
{
border-color: #1051EE;
}
</style>