Shades of Navy Blue #1056FE
Tints of Navy Blue #1056FE
RGB
CMYK
RGB Variations
Color information
#1056FE (or 0x1056FE) is known color: Navy Blue. HEX triplet: 10, 56 and FE. RGB value is (16,86,254). Sum of RGB (Red+Green+Blue) = 16+86+254=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1056FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056FE is #EFA901. Grayscale: #535353. Windows color (decimal): -15706370 or 16668176. OLE color: 16668176.
HSL color Cylindrical-coordinate representation of color #1056FE: hue angle of 222.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1056FE is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 86 | 254 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.00 |
| HSL | 222.35º | 0.99% | 0.53% | - |
| HSV(B) | 222.35º | 0.94% | 1% | - |
| XYZ | 21.43 | 13.92 | 95.32 | - |
| YUV | 84.22 | 223.81 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 254 | 0.94 | 0.66 | 0 | 0.00 | 222.35 | 0.99 | 0.53 |
| Hex | 10 | 56 | FE | 5E | 42 | 0 | 0 | DE | 63 | 35 |
| Octal | 20 | 126 | 376 | 136 | 102 | 0 | 0 | 336 | 143 | 65 |
| Binary | 10000 | 1010110 | 11111110 | 1011110 | 1000010 | 0 | 0 | 11011110 | 1100011 | 110101 |
Color Harmonies of #1056FE
Complementary color
Monochromatic Colors of #1056FE
Black with #1056FE
Text Example
Text Example
White with #1056FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056FE; }
p { color: rgb(16,86,254); }
H1.HeaderClassName
{
color: #1056FE;
}
.AnyTagClassName
{
color: #1056FE;
}
</style>
background-color css
<style>
a { background-color: #1056FE; }
a { background-color: rgb(16,86,254); }
div.DivClassName
{
background-color: #1056FE;
}
.BgClassName
{
background-color: #1056FE;
}
</style>
border-color css
<style>
span { border-color: #1056FE; }
span { border-color: rgb(16,86,254); }
td.TdClassName
{
border-color: #1056FE;
}
.TagClassName
{
border-color: #1056FE;
}
</style>