Shades of Navy Blue #1055E9
Tints of Navy Blue #1055E9
RGB
CMYK
RGB Variations
Color information
#1055E9 (or 0x1055E9) is known color: Navy Blue. HEX triplet: 10, 55 and E9. RGB value is (16,85,233). Sum of RGB (Red+Green+Blue) = 16+85+233=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #1055E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1055E9 is #EFAA16. Grayscale: #505050. Windows color (decimal): -15706647 or 15291664. OLE color: 15291664.
HSL color Cylindrical-coordinate representation of color #1055E9: hue angle of 220.92º 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 #1055E9 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 85 | 233 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.09 |
| HSL | 220.92º | 0.87% | 0.49% | - |
| HSV(B) | 220.92º | 0.93% | 0.91% | - |
| XYZ | 18.17 | 12.49 | 78.54 | - |
| YUV | 81.24 | 213.64 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 233 | 0.93 | 0.64 | 0 | 0.09 | 220.92 | 0.87 | 0.49 |
| Hex | 10 | 55 | E9 | 5D | 40 | 0 | 9 | DD | 57 | 31 |
| Octal | 20 | 125 | 351 | 135 | 100 | 0 | 11 | 335 | 127 | 61 |
| Binary | 10000 | 1010101 | 11101001 | 1011101 | 1000000 | 0 | 1001 | 11011101 | 1010111 | 110001 |
Color Harmonies of #1055E9
Complementary color
Monochromatic Colors of #1055E9
Black with #1055E9
Text Example
Text Example
White with #1055E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1055E9; }
p { color: rgb(16,85,233); }
H1.HeaderClassName
{
color: #1055E9;
}
.AnyTagClassName
{
color: #1055E9;
}
</style>
background-color css
<style>
a { background-color: #1055E9; }
a { background-color: rgb(16,85,233); }
div.DivClassName
{
background-color: #1055E9;
}
.BgClassName
{
background-color: #1055E9;
}
</style>
border-color css
<style>
span { border-color: #1055E9; }
span { border-color: rgb(16,85,233); }
td.TdClassName
{
border-color: #1055E9;
}
.TagClassName
{
border-color: #1055E9;
}
</style>