Shades of Navy Blue #1059FC
Tints of Navy Blue #1059FC
RGB
CMYK
RGB Variations
Color information
#1059FC (or 0x1059FC) is known color: Navy Blue. HEX triplet: 10, 59 and FC. RGB value is (16,89,252). Sum of RGB (Red+Green+Blue) = 16+89+252=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #1059FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059FC is #EFA603. Grayscale: #555555. Windows color (decimal): -15705604 or 16537872. OLE color: 16537872.
HSL color Cylindrical-coordinate representation of color #1059FC: hue angle of 221.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1059FC is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 89 | 252 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.01 |
| HSL | 221.44º | 0.98% | 0.53% | - |
| HSV(B) | 221.44º | 0.94% | 0.99% | - |
| XYZ | 21.36 | 14.28 | 93.73 | - |
| YUV | 85.76 | 221.82 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 252 | 0.94 | 0.65 | 0 | 0.01 | 221.44 | 0.98 | 0.53 |
| Hex | 10 | 59 | FC | 5E | 41 | 0 | 1 | DD | 62 | 35 |
| Octal | 20 | 131 | 374 | 136 | 101 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10000 | 1011001 | 11111100 | 1011110 | 1000001 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #1059FC
Complementary color
Monochromatic Colors of #1059FC
Black with #1059FC
Text Example
Text Example
White with #1059FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059FC; }
p { color: rgb(16,89,252); }
H1.HeaderClassName
{
color: #1059FC;
}
.AnyTagClassName
{
color: #1059FC;
}
</style>
background-color css
<style>
a { background-color: #1059FC; }
a { background-color: rgb(16,89,252); }
div.DivClassName
{
background-color: #1059FC;
}
.BgClassName
{
background-color: #1059FC;
}
</style>
border-color css
<style>
span { border-color: #1059FC; }
span { border-color: rgb(16,89,252); }
td.TdClassName
{
border-color: #1059FC;
}
.TagClassName
{
border-color: #1059FC;
}
</style>