Shades of Navy Blue #105AF7
Tints of Navy Blue #105AF7
RGB
CMYK
RGB Variations
Color information
#105AF7 (or 0x105AF7) is known color: Navy Blue. HEX triplet: 10, 5A and F7. RGB value is (16,90,247). Sum of RGB (Red+Green+Blue) = 16+90+247=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #105AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AF7 is #EFA508. Grayscale: #555555. Windows color (decimal): -15705353 or 16210448. OLE color: 16210448.
HSL color Cylindrical-coordinate representation of color #105AF7: hue angle of 220.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105AF7 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 90 | 247 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.03 |
| HSL | 220.78º | 0.94% | 0.52% | - |
| HSV(B) | 220.78º | 0.94% | 0.97% | - |
| XYZ | 20.66 | 14.14 | 89.64 | - |
| YUV | 85.77 | 218.98 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 247 | 0.94 | 0.64 | 0 | 0.03 | 220.78 | 0.94 | 0.52 |
| Hex | 10 | 5A | F7 | 5E | 40 | 0 | 3 | DD | 5E | 34 |
| Octal | 20 | 132 | 367 | 136 | 100 | 0 | 3 | 335 | 136 | 64 |
| Binary | 10000 | 1011010 | 11110111 | 1011110 | 1000000 | 0 | 11 | 11011101 | 1011110 | 110100 |
Color Harmonies of #105AF7
Complementary color
Monochromatic Colors of #105AF7
Black with #105AF7
Text Example
Text Example
White with #105AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AF7; }
p { color: rgb(16,90,247); }
H1.HeaderClassName
{
color: #105AF7;
}
.AnyTagClassName
{
color: #105AF7;
}
</style>
background-color css
<style>
a { background-color: #105AF7; }
a { background-color: rgb(16,90,247); }
div.DivClassName
{
background-color: #105AF7;
}
.BgClassName
{
background-color: #105AF7;
}
</style>
border-color css
<style>
span { border-color: #105AF7; }
span { border-color: rgb(16,90,247); }
td.TdClassName
{
border-color: #105AF7;
}
.TagClassName
{
border-color: #105AF7;
}
</style>