Shades of Navy Blue #1061F0
Tints of Navy Blue #1061F0
RGB
CMYK
RGB Variations
Color information
#1061F0 (or 0x1061F0) is known color: Navy Blue. HEX triplet: 10, 61 and F0. RGB value is (16,97,240). Sum of RGB (Red+Green+Blue) = 16+97+240=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #1061F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1061F0 is #EF9E0F. Grayscale: #585858. Windows color (decimal): -15703568 or 15753488. OLE color: 15753488.
HSL color Cylindrical-coordinate representation of color #1061F0: hue angle of 218.3º 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 #1061F0 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 97 | 240 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.06 |
| HSL | 218.3º | 0.88% | 0.5% | - |
| HSV(B) | 218.3º | 0.93% | 0.94% | - |
| XYZ | 20.22 | 14.95 | 84.26 | - |
| YUV | 89.08 | 213.16 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 240 | 0.93 | 0.60 | 0 | 0.06 | 218.3 | 0.88 | 0.5 |
| Hex | 10 | 61 | F0 | 5D | 3C | 0 | 6 | DA | 58 | 32 |
| Octal | 20 | 141 | 360 | 135 | 74 | 0 | 6 | 332 | 130 | 62 |
| Binary | 10000 | 1100001 | 11110000 | 1011101 | 111100 | 0 | 110 | 11011010 | 1011000 | 110010 |
Color Harmonies of #1061F0
Complementary color
Monochromatic Colors of #1061F0
Black with #1061F0
Text Example
Text Example
White with #1061F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061F0; }
p { color: rgb(16,97,240); }
H1.HeaderClassName
{
color: #1061F0;
}
.AnyTagClassName
{
color: #1061F0;
}
</style>
background-color css
<style>
a { background-color: #1061F0; }
a { background-color: rgb(16,97,240); }
div.DivClassName
{
background-color: #1061F0;
}
.BgClassName
{
background-color: #1061F0;
}
</style>
border-color css
<style>
span { border-color: #1061F0; }
span { border-color: rgb(16,97,240); }
td.TdClassName
{
border-color: #1061F0;
}
.TagClassName
{
border-color: #1061F0;
}
</style>