Shades of Navy Blue #1059F7
Tints of Navy Blue #1059F7
RGB
CMYK
RGB Variations
Color information
#1059F7 (or 0x1059F7) is known color: Navy Blue. HEX triplet: 10, 59 and F7. RGB value is (16,89,247). Sum of RGB (Red+Green+Blue) = 16+89+247=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #1059F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059F7 is #EFA608. Grayscale: #545454. Windows color (decimal): -15705609 or 16210192. OLE color: 16210192.
HSL color Cylindrical-coordinate representation of color #1059F7: hue angle of 221.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1059F7 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 89 | 247 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.03 |
| HSL | 221.04º | 0.94% | 0.52% | - |
| HSV(B) | 221.04º | 0.94% | 0.97% | - |
| XYZ | 20.57 | 13.97 | 89.61 | - |
| YUV | 85.19 | 219.32 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 247 | 0.94 | 0.64 | 0 | 0.03 | 221.04 | 0.94 | 0.52 |
| Hex | 10 | 59 | F7 | 5E | 40 | 0 | 3 | DD | 5E | 34 |
| Octal | 20 | 131 | 367 | 136 | 100 | 0 | 3 | 335 | 136 | 64 |
| Binary | 10000 | 1011001 | 11110111 | 1011110 | 1000000 | 0 | 11 | 11011101 | 1011110 | 110100 |
Color Harmonies of #1059F7
Complementary color
Monochromatic Colors of #1059F7
Black with #1059F7
Text Example
Text Example
White with #1059F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059F7; }
p { color: rgb(16,89,247); }
H1.HeaderClassName
{
color: #1059F7;
}
.AnyTagClassName
{
color: #1059F7;
}
</style>
background-color css
<style>
a { background-color: #1059F7; }
a { background-color: rgb(16,89,247); }
div.DivClassName
{
background-color: #1059F7;
}
.BgClassName
{
background-color: #1059F7;
}
</style>
border-color css
<style>
span { border-color: #1059F7; }
span { border-color: rgb(16,89,247); }
td.TdClassName
{
border-color: #1059F7;
}
.TagClassName
{
border-color: #1059F7;
}
</style>