Shades of Navy Blue #1047FB
Tints of Navy Blue #1047FB
RGB
CMYK
RGB Variations
Color information
#1047FB (or 0x1047FB) is known color: Navy Blue. HEX triplet: 10, 47 and FB. RGB value is (16,71,251). Sum of RGB (Red+Green+Blue) = 16+71+251=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #1047FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1047FB is #EFB804. Grayscale: #4A4A4A. Windows color (decimal): -15710213 or 16467728. OLE color: 16467728.
HSL color Cylindrical-coordinate representation of color #1047FB: hue angle of 225.96º degrees, saturation: 0.97, 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 #1047FB is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 71 | 251 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.02 |
| HSL | 225.96º | 0.97% | 0.52% | - |
| HSV(B) | 225.96º | 0.94% | 0.98% | - |
| XYZ | 19.88 | 11.58 | 92.45 | - |
| YUV | 75.08 | 227.28 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 251 | 0.94 | 0.72 | 0 | 0.02 | 225.96 | 0.97 | 0.52 |
| Hex | 10 | 47 | FB | 5E | 48 | 0 | 2 | E2 | 61 | 34 |
| Octal | 20 | 107 | 373 | 136 | 110 | 0 | 2 | 342 | 141 | 64 |
| Binary | 10000 | 1000111 | 11111011 | 1011110 | 1001000 | 0 | 10 | 11100010 | 1100001 | 110100 |
Color Harmonies of #1047FB
Complementary color
Monochromatic Colors of #1047FB
Black with #1047FB
Text Example
Text Example
White with #1047FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1047FB; }
p { color: rgb(16,71,251); }
H1.HeaderClassName
{
color: #1047FB;
}
.AnyTagClassName
{
color: #1047FB;
}
</style>
background-color css
<style>
a { background-color: #1047FB; }
a { background-color: rgb(16,71,251); }
div.DivClassName
{
background-color: #1047FB;
}
.BgClassName
{
background-color: #1047FB;
}
</style>
border-color css
<style>
span { border-color: #1047FB; }
span { border-color: rgb(16,71,251); }
td.TdClassName
{
border-color: #1047FB;
}
.TagClassName
{
border-color: #1047FB;
}
</style>