Shades of Navy Blue #1050F0
Tints of Navy Blue #1050F0
RGB
CMYK
RGB Variations
Color information
#1050F0 (or 0x1050F0) is known color: Navy Blue. HEX triplet: 10, 50 and F0. RGB value is (16,80,240). Sum of RGB (Red+Green+Blue) = 16+80+240=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #1050F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1050F0 is #EFAF0F. Grayscale: #4E4E4E. Windows color (decimal): -15707920 or 15749136. OLE color: 15749136.
HSL color Cylindrical-coordinate representation of color #1050F0: hue angle of 222.86º 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 #1050F0 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 80 | 240 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.06 |
| HSL | 222.86º | 0.88% | 0.5% | - |
| HSV(B) | 222.86º | 0.93% | 0.94% | - |
| XYZ | 18.81 | 12.14 | 83.79 | - |
| YUV | 79.1 | 218.8 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 240 | 0.93 | 0.67 | 0 | 0.06 | 222.86 | 0.88 | 0.5 |
| Hex | 10 | 50 | F0 | 5D | 43 | 0 | 6 | DF | 58 | 32 |
| Octal | 20 | 120 | 360 | 135 | 103 | 0 | 6 | 337 | 130 | 62 |
| Binary | 10000 | 1010000 | 11110000 | 1011101 | 1000011 | 0 | 110 | 11011111 | 1011000 | 110010 |
Color Harmonies of #1050F0
Complementary color
Monochromatic Colors of #1050F0
Black with #1050F0
Text Example
Text Example
White with #1050F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050F0; }
p { color: rgb(16,80,240); }
H1.HeaderClassName
{
color: #1050F0;
}
.AnyTagClassName
{
color: #1050F0;
}
</style>
background-color css
<style>
a { background-color: #1050F0; }
a { background-color: rgb(16,80,240); }
div.DivClassName
{
background-color: #1050F0;
}
.BgClassName
{
background-color: #1050F0;
}
</style>
border-color css
<style>
span { border-color: #1050F0; }
span { border-color: rgb(16,80,240); }
td.TdClassName
{
border-color: #1050F0;
}
.TagClassName
{
border-color: #1050F0;
}
</style>