Shades of Navy Blue #1059FA
Tints of Navy Blue #1059FA
RGB
CMYK
RGB Variations
Color information
#1059FA (or 0x1059FA) is known color: Navy Blue. HEX triplet: 10, 59 and FA. RGB value is (16,89,250). Sum of RGB (Red+Green+Blue) = 16+89+250=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #1059FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059FA is #EFA605. Grayscale: #545454. Windows color (decimal): -15705606 or 16406800. OLE color: 16406800.
HSL color Cylindrical-coordinate representation of color #1059FA: hue angle of 221.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1059FA is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 89 | 250 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.02 |
| HSL | 221.28º | 0.96% | 0.52% | - |
| HSV(B) | 221.28º | 0.94% | 0.98% | - |
| XYZ | 21.04 | 14.16 | 92.07 | - |
| YUV | 85.53 | 220.82 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 250 | 0.94 | 0.64 | 0 | 0.02 | 221.28 | 0.96 | 0.52 |
| Hex | 10 | 59 | FA | 5E | 40 | 0 | 2 | DD | 60 | 34 |
| Octal | 20 | 131 | 372 | 136 | 100 | 0 | 2 | 335 | 140 | 64 |
| Binary | 10000 | 1011001 | 11111010 | 1011110 | 1000000 | 0 | 10 | 11011101 | 1100000 | 110100 |
Color Harmonies of #1059FA
Complementary color
Monochromatic Colors of #1059FA
Black with #1059FA
Text Example
Text Example
White with #1059FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059FA; }
p { color: rgb(16,89,250); }
H1.HeaderClassName
{
color: #1059FA;
}
.AnyTagClassName
{
color: #1059FA;
}
</style>
background-color css
<style>
a { background-color: #1059FA; }
a { background-color: rgb(16,89,250); }
div.DivClassName
{
background-color: #1059FA;
}
.BgClassName
{
background-color: #1059FA;
}
</style>
border-color css
<style>
span { border-color: #1059FA; }
span { border-color: rgb(16,89,250); }
td.TdClassName
{
border-color: #1059FA;
}
.TagClassName
{
border-color: #1059FA;
}
</style>