Shades of Navy Blue #1056FA
Tints of Navy Blue #1056FA
RGB
CMYK
RGB Variations
Color information
#1056FA (or 0x1056FA) is known color: Navy Blue. HEX triplet: 10, 56 and FA. RGB value is (16,86,250). Sum of RGB (Red+Green+Blue) = 16+86+250=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #1056FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056FA is #EFA905. Grayscale: #535353. Windows color (decimal): -15706374 or 16406032. OLE color: 16406032.
HSL color Cylindrical-coordinate representation of color #1056FA: hue angle of 222.05º 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 #1056FA is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 86 | 250 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.02 |
| HSL | 222.05º | 0.96% | 0.52% | - |
| HSV(B) | 222.05º | 0.94% | 0.98% | - |
| XYZ | 20.8 | 13.67 | 91.98 | - |
| YUV | 83.77 | 221.81 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 250 | 0.94 | 0.66 | 0 | 0.02 | 222.05 | 0.96 | 0.52 |
| Hex | 10 | 56 | FA | 5E | 42 | 0 | 2 | DE | 60 | 34 |
| Octal | 20 | 126 | 372 | 136 | 102 | 0 | 2 | 336 | 140 | 64 |
| Binary | 10000 | 1010110 | 11111010 | 1011110 | 1000010 | 0 | 10 | 11011110 | 1100000 | 110100 |
Color Harmonies of #1056FA
Complementary color
Monochromatic Colors of #1056FA
Black with #1056FA
Text Example
Text Example
White with #1056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056FA; }
p { color: rgb(16,86,250); }
H1.HeaderClassName
{
color: #1056FA;
}
.AnyTagClassName
{
color: #1056FA;
}
</style>
background-color css
<style>
a { background-color: #1056FA; }
a { background-color: rgb(16,86,250); }
div.DivClassName
{
background-color: #1056FA;
}
.BgClassName
{
background-color: #1056FA;
}
</style>
border-color css
<style>
span { border-color: #1056FA; }
span { border-color: rgb(16,86,250); }
td.TdClassName
{
border-color: #1056FA;
}
.TagClassName
{
border-color: #1056FA;
}
</style>