Shades of Navy Blue #1056FC
Tints of Navy Blue #1056FC
RGB
CMYK
RGB Variations
Color information
#1056FC (or 0x1056FC) is known color: Navy Blue. HEX triplet: 10, 56 and FC. RGB value is (16,86,252). Sum of RGB (Red+Green+Blue) = 16+86+252=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #1056FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1056FC is #EFA903. Grayscale: #535353. Windows color (decimal): -15706372 or 16537104. OLE color: 16537104.
HSL color Cylindrical-coordinate representation of color #1056FC: hue angle of 222.2º 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 #1056FC is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 86 | 252 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.01 |
| HSL | 222.2º | 0.98% | 0.53% | - |
| HSV(B) | 222.2º | 0.94% | 0.99% | - |
| XYZ | 21.11 | 13.79 | 93.65 | - |
| YUV | 83.99 | 222.81 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 252 | 0.94 | 0.66 | 0 | 0.01 | 222.2 | 0.98 | 0.53 |
| Hex | 10 | 56 | FC | 5E | 42 | 0 | 1 | DE | 62 | 35 |
| Octal | 20 | 126 | 374 | 136 | 102 | 0 | 1 | 336 | 142 | 65 |
| Binary | 10000 | 1010110 | 11111100 | 1011110 | 1000010 | 0 | 1 | 11011110 | 1100010 | 110101 |
Color Harmonies of #1056FC
Complementary color
Monochromatic Colors of #1056FC
Black with #1056FC
Text Example
Text Example
White with #1056FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056FC; }
p { color: rgb(16,86,252); }
H1.HeaderClassName
{
color: #1056FC;
}
.AnyTagClassName
{
color: #1056FC;
}
</style>
background-color css
<style>
a { background-color: #1056FC; }
a { background-color: rgb(16,86,252); }
div.DivClassName
{
background-color: #1056FC;
}
.BgClassName
{
background-color: #1056FC;
}
</style>
border-color css
<style>
span { border-color: #1056FC; }
span { border-color: rgb(16,86,252); }
td.TdClassName
{
border-color: #1056FC;
}
.TagClassName
{
border-color: #1056FC;
}
</style>