Shades of Navy Blue #1048FC
Tints of Navy Blue #1048FC
RGB
CMYK
RGB Variations
Color information
#1048FC (or 0x1048FC) is known color: Navy Blue. HEX triplet: 10, 48 and FC. RGB value is (16,72,252). Sum of RGB (Red+Green+Blue) = 16+72+252=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #1048FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1048FC is #EFB703. Grayscale: #4B4B4B. Windows color (decimal): -15709956 or 16533520. OLE color: 16533520.
HSL color Cylindrical-coordinate representation of color #1048FC: hue angle of 225.76º 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 #1048FC is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 72 | 252 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.01 |
| HSL | 225.76º | 0.98% | 0.53% | - |
| HSV(B) | 225.76º | 0.94% | 0.99% | - |
| XYZ | 20.1 | 11.77 | 93.31 | - |
| YUV | 75.78 | 227.45 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 252 | 0.94 | 0.71 | 0 | 0.01 | 225.76 | 0.98 | 0.53 |
| Hex | 10 | 48 | FC | 5E | 47 | 0 | 1 | E2 | 62 | 35 |
| Octal | 20 | 110 | 374 | 136 | 107 | 0 | 1 | 342 | 142 | 65 |
| Binary | 10000 | 1001000 | 11111100 | 1011110 | 1000111 | 0 | 1 | 11100010 | 1100010 | 110101 |
Color Harmonies of #1048FC
Complementary color
Monochromatic Colors of #1048FC
Black with #1048FC
Text Example
Text Example
White with #1048FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1048FC; }
p { color: rgb(16,72,252); }
H1.HeaderClassName
{
color: #1048FC;
}
.AnyTagClassName
{
color: #1048FC;
}
</style>
background-color css
<style>
a { background-color: #1048FC; }
a { background-color: rgb(16,72,252); }
div.DivClassName
{
background-color: #1048FC;
}
.BgClassName
{
background-color: #1048FC;
}
</style>
border-color css
<style>
span { border-color: #1048FC; }
span { border-color: rgb(16,72,252); }
td.TdClassName
{
border-color: #1048FC;
}
.TagClassName
{
border-color: #1048FC;
}
</style>