Shades of Navy Blue #1046FC
Tints of Navy Blue #1046FC
RGB
CMYK
RGB Variations
Color information
#1046FC (or 0x1046FC) is known color: Navy Blue. HEX triplet: 10, 46 and FC. RGB value is (16,70,252). Sum of RGB (Red+Green+Blue) = 16+70+252=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #1046FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1046FC is #EFB903. Grayscale: #494949. Windows color (decimal): -15710468 or 16533008. OLE color: 16533008.
HSL color Cylindrical-coordinate representation of color #1046FC: hue angle of 226.27º 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 #1046FC is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 70 | 252 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.01 |
| HSL | 226.27º | 0.98% | 0.53% | - |
| HSV(B) | 226.27º | 0.94% | 0.99% | - |
| XYZ | 19.97 | 11.52 | 93.27 | - |
| YUV | 74.6 | 228.11 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 252 | 0.94 | 0.72 | 0 | 0.01 | 226.27 | 0.98 | 0.53 |
| Hex | 10 | 46 | FC | 5E | 48 | 0 | 1 | E2 | 62 | 35 |
| Octal | 20 | 106 | 374 | 136 | 110 | 0 | 1 | 342 | 142 | 65 |
| Binary | 10000 | 1000110 | 11111100 | 1011110 | 1001000 | 0 | 1 | 11100010 | 1100010 | 110101 |
Color Harmonies of #1046FC
Complementary color
Monochromatic Colors of #1046FC
Black with #1046FC
Text Example
Text Example
White with #1046FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1046FC; }
p { color: rgb(16,70,252); }
H1.HeaderClassName
{
color: #1046FC;
}
.AnyTagClassName
{
color: #1046FC;
}
</style>
background-color css
<style>
a { background-color: #1046FC; }
a { background-color: rgb(16,70,252); }
div.DivClassName
{
background-color: #1046FC;
}
.BgClassName
{
background-color: #1046FC;
}
</style>
border-color css
<style>
span { border-color: #1046FC; }
span { border-color: rgb(16,70,252); }
td.TdClassName
{
border-color: #1046FC;
}
.TagClassName
{
border-color: #1046FC;
}
</style>