Shades of Navy Blue #1055E7
Tints of Navy Blue #1055E7
RGB
CMYK
RGB Variations
Color information
#1055E7 (or 0x1055E7) is known color: Navy Blue. HEX triplet: 10, 55 and E7. RGB value is (16,85,231). Sum of RGB (Red+Green+Blue) = 16+85+231=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 231 (90.62% from 255 or 69.58% from 332); Max value from RGB is 231 - color contains mainly: blue. Hex color #1055E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1055E7 is #EFAA18. Grayscale: #505050. Windows color (decimal): -15706649 or 15160592. OLE color: 15160592.
HSL color Cylindrical-coordinate representation of color #1055E7: hue angle of 220.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1055E7 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 85 | 231 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.09 |
| HSL | 220.74º | 0.87% | 0.48% | - |
| HSV(B) | 220.74º | 0.93% | 0.91% | - |
| XYZ | 17.89 | 12.38 | 77.05 | - |
| YUV | 81.01 | 212.64 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 231 | 0.93 | 0.63 | 0 | 0.09 | 220.74 | 0.87 | 0.48 |
| Hex | 10 | 55 | E7 | 5D | 3F | 0 | 9 | DD | 57 | 30 |
| Octal | 20 | 125 | 347 | 135 | 77 | 0 | 11 | 335 | 127 | 60 |
| Binary | 10000 | 1010101 | 11100111 | 1011101 | 111111 | 0 | 1001 | 11011101 | 1010111 | 110000 |
Color Harmonies of #1055E7
Complementary color
Monochromatic Colors of #1055E7
Black with #1055E7
Text Example
Text Example
White with #1055E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1055E7; }
p { color: rgb(16,85,231); }
H1.HeaderClassName
{
color: #1055E7;
}
.AnyTagClassName
{
color: #1055E7;
}
</style>
background-color css
<style>
a { background-color: #1055E7; }
a { background-color: rgb(16,85,231); }
div.DivClassName
{
background-color: #1055E7;
}
.BgClassName
{
background-color: #1055E7;
}
</style>
border-color css
<style>
span { border-color: #1055E7; }
span { border-color: rgb(16,85,231); }
td.TdClassName
{
border-color: #1055E7;
}
.TagClassName
{
border-color: #1055E7;
}
</style>