Shades of Navy Blue #1047EB
Tints of Navy Blue #1047EB
RGB
CMYK
RGB Variations
Color information
#1047EB (or 0x1047EB) is known color: Navy Blue. HEX triplet: 10, 47 and EB. RGB value is (16,71,235). Sum of RGB (Red+Green+Blue) = 16+71+235=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #1047EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1047EB is #EFB814. Grayscale: #484848. Windows color (decimal): -15710229 or 15419152. OLE color: 15419152.
HSL color Cylindrical-coordinate representation of color #1047EB: hue angle of 224.93º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1047EB is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 71 | 235 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.08 |
| HSL | 224.93º | 0.87% | 0.49% | - |
| HSV(B) | 224.93º | 0.93% | 0.92% | - |
| XYZ | 17.46 | 10.61 | 79.73 | - |
| YUV | 73.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 235 | 0.93 | 0.70 | 0 | 0.08 | 224.93 | 0.87 | 0.49 |
| Hex | 10 | 47 | EB | 5D | 46 | 0 | 8 | E1 | 57 | 31 |
| Octal | 20 | 107 | 353 | 135 | 106 | 0 | 10 | 341 | 127 | 61 |
| Binary | 10000 | 1000111 | 11101011 | 1011101 | 1000110 | 0 | 1000 | 11100001 | 1010111 | 110001 |
Color Harmonies of #1047EB
Complementary color
Monochromatic Colors of #1047EB
Black with #1047EB
Text Example
Text Example
White with #1047EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1047EB; }
p { color: rgb(16,71,235); }
H1.HeaderClassName
{
color: #1047EB;
}
.AnyTagClassName
{
color: #1047EB;
}
</style>
background-color css
<style>
a { background-color: #1047EB; }
a { background-color: rgb(16,71,235); }
div.DivClassName
{
background-color: #1047EB;
}
.BgClassName
{
background-color: #1047EB;
}
</style>
border-color css
<style>
span { border-color: #1047EB; }
span { border-color: rgb(16,71,235); }
td.TdClassName
{
border-color: #1047EB;
}
.TagClassName
{
border-color: #1047EB;
}
</style>