Shades of Navy Blue #1054E9
Tints of Navy Blue #1054E9
RGB
CMYK
RGB Variations
Color information
#1054E9 (or 0x1054E9) is known color: Navy Blue. HEX triplet: 10, 54 and E9. RGB value is (16,84,233). Sum of RGB (Red+Green+Blue) = 16+84+233=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 233 (91.41% from 255 or 69.97% from 333); Max value from RGB is 233 - color contains mainly: blue. Hex color #1054E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1054E9 is #EFAB16. Grayscale: #4F4F4F. Windows color (decimal): -15706903 or 15291408. OLE color: 15291408.
HSL color Cylindrical-coordinate representation of color #1054E9: hue angle of 221.2º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1054E9 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 84 | 233 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.09 |
| HSL | 221.2º | 0.87% | 0.49% | - |
| HSV(B) | 221.2º | 0.93% | 0.91% | - |
| XYZ | 18.09 | 12.33 | 78.52 | - |
| YUV | 80.65 | 213.97 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 233 | 0.93 | 0.64 | 0 | 0.09 | 221.2 | 0.87 | 0.49 |
| Hex | 10 | 54 | E9 | 5D | 40 | 0 | 9 | DD | 57 | 31 |
| Octal | 20 | 124 | 351 | 135 | 100 | 0 | 11 | 335 | 127 | 61 |
| Binary | 10000 | 1010100 | 11101001 | 1011101 | 1000000 | 0 | 1001 | 11011101 | 1010111 | 110001 |
Color Harmonies of #1054E9
Complementary color
Monochromatic Colors of #1054E9
Black with #1054E9
Text Example
Text Example
White with #1054E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054E9; }
p { color: rgb(16,84,233); }
H1.HeaderClassName
{
color: #1054E9;
}
.AnyTagClassName
{
color: #1054E9;
}
</style>
background-color css
<style>
a { background-color: #1054E9; }
a { background-color: rgb(16,84,233); }
div.DivClassName
{
background-color: #1054E9;
}
.BgClassName
{
background-color: #1054E9;
}
</style>
border-color css
<style>
span { border-color: #1054E9; }
span { border-color: rgb(16,84,233); }
td.TdClassName
{
border-color: #1054E9;
}
.TagClassName
{
border-color: #1054E9;
}
</style>