Shades of Navy Blue #1048F0
Tints of Navy Blue #1048F0
RGB
CMYK
RGB Variations
Color information
#1048F0 (or 0x1048F0) is known color: Navy Blue. HEX triplet: 10, 48 and F0. RGB value is (16,72,240). Sum of RGB (Red+Green+Blue) = 16+72+240=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 240 (94.14% from 255 or 73.17% from 328); Max value from RGB is 240 - color contains mainly: blue. Hex color #1048F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1048F0 is #EFB70F. Grayscale: #494949. Windows color (decimal): -15709968 or 15747088. OLE color: 15747088.
HSL color Cylindrical-coordinate representation of color #1048F0: hue angle of 225º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1048F0 is Cyan = 0.93, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 72 | 240 | - |
| CMYK | 0.93 | 0.7 | 0 | 0.06 |
| HSL | 225º | 0.88% | 0.5% | - |
| HSV(B) | 225º | 0.93% | 0.94% | - |
| XYZ | 18.26 | 11.04 | 83.61 | - |
| YUV | 74.41 | 221.45 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 240 | 0.93 | 0.7 | 0 | 0.06 | 225 | 0.88 | 0.5 |
| Hex | 10 | 48 | F0 | 5D | 46 | 0 | 6 | E1 | 58 | 32 |
| Octal | 20 | 110 | 360 | 135 | 106 | 0 | 6 | 341 | 130 | 62 |
| Binary | 10000 | 1001000 | 11110000 | 1011101 | 1000110 | 0 | 110 | 11100001 | 1011000 | 110010 |
Color Harmonies of #1048F0
Complementary color
Monochromatic Colors of #1048F0
Black with #1048F0
Text Example
Text Example
White with #1048F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1048F0; }
p { color: rgb(16,72,240); }
H1.HeaderClassName
{
color: #1048F0;
}
.AnyTagClassName
{
color: #1048F0;
}
</style>
background-color css
<style>
a { background-color: #1048F0; }
a { background-color: rgb(16,72,240); }
div.DivClassName
{
background-color: #1048F0;
}
.BgClassName
{
background-color: #1048F0;
}
</style>
border-color css
<style>
span { border-color: #1048F0; }
span { border-color: rgb(16,72,240); }
td.TdClassName
{
border-color: #1048F0;
}
.TagClassName
{
border-color: #1048F0;
}
</style>