Shades of Navy Blue #1059EA
Tints of Navy Blue #1059EA
RGB
CMYK
RGB Variations
Color information
#1059EA (or 0x1059EA) is known color: Navy Blue. HEX triplet: 10, 59 and EA. RGB value is (16,89,234). Sum of RGB (Red+Green+Blue) = 16+89+234=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #1059EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059EA is #EFA615. Grayscale: #535353. Windows color (decimal): -15705622 or 15358224. OLE color: 15358224.
HSL color Cylindrical-coordinate representation of color #1059EA: hue angle of 219.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1059EA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 89 | 234 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.08 |
| HSL | 219.91º | 0.87% | 0.49% | - |
| HSV(B) | 219.91º | 0.93% | 0.92% | - |
| XYZ | 18.64 | 13.2 | 79.41 | - |
| YUV | 83.7 | 212.82 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 234 | 0.93 | 0.62 | 0 | 0.08 | 219.91 | 0.87 | 0.49 |
| Hex | 10 | 59 | EA | 5D | 3E | 0 | 8 | DC | 57 | 31 |
| Octal | 20 | 131 | 352 | 135 | 76 | 0 | 10 | 334 | 127 | 61 |
| Binary | 10000 | 1011001 | 11101010 | 1011101 | 111110 | 0 | 1000 | 11011100 | 1010111 | 110001 |
Color Harmonies of #1059EA
Complementary color
Monochromatic Colors of #1059EA
Black with #1059EA
Text Example
Text Example
White with #1059EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059EA; }
p { color: rgb(16,89,234); }
H1.HeaderClassName
{
color: #1059EA;
}
.AnyTagClassName
{
color: #1059EA;
}
</style>
background-color css
<style>
a { background-color: #1059EA; }
a { background-color: rgb(16,89,234); }
div.DivClassName
{
background-color: #1059EA;
}
.BgClassName
{
background-color: #1059EA;
}
</style>
border-color css
<style>
span { border-color: #1059EA; }
span { border-color: rgb(16,89,234); }
td.TdClassName
{
border-color: #1059EA;
}
.TagClassName
{
border-color: #1059EA;
}
</style>