Shades of Navy Blue #106AF0
Tints of Navy Blue #106AF0
RGB
CMYK
RGB Variations
Color information
#106AF0 (or 0x106AF0) is known color: Navy Blue. HEX triplet: 10, 6A and F0. RGB value is (16,106,240). Sum of RGB (Red+Green+Blue) = 16+106+240=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 240 (94.14% from 255 or 66.30% from 362); Max value from RGB is 240 - color contains mainly: blue. Hex color #106AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106AF0 is #EF950F. Grayscale: #5D5D5D. Windows color (decimal): -15701264 or 15755792. OLE color: 15755792.
HSL color Cylindrical-coordinate representation of color #106AF0: hue angle of 215.89º 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 #106AF0 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 106 | 240 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.06 |
| HSL | 215.89º | 0.88% | 0.5% | - |
| HSV(B) | 215.89º | 0.93% | 0.94% | - |
| XYZ | 21.1 | 16.71 | 84.55 | - |
| YUV | 94.37 | 210.18 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 240 | 0.93 | 0.56 | 0 | 0.06 | 215.89 | 0.88 | 0.5 |
| Hex | 10 | 6A | F0 | 5D | 38 | 0 | 6 | D8 | 58 | 32 |
| Octal | 20 | 152 | 360 | 135 | 70 | 0 | 6 | 330 | 130 | 62 |
| Binary | 10000 | 1101010 | 11110000 | 1011101 | 111000 | 0 | 110 | 11011000 | 1011000 | 110010 |
Color Harmonies of #106AF0
Complementary color
Monochromatic Colors of #106AF0
Black with #106AF0
Text Example
Text Example
White with #106AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AF0; }
p { color: rgb(16,106,240); }
H1.HeaderClassName
{
color: #106AF0;
}
.AnyTagClassName
{
color: #106AF0;
}
</style>
background-color css
<style>
a { background-color: #106AF0; }
a { background-color: rgb(16,106,240); }
div.DivClassName
{
background-color: #106AF0;
}
.BgClassName
{
background-color: #106AF0;
}
</style>
border-color css
<style>
span { border-color: #106AF0; }
span { border-color: rgb(16,106,240); }
td.TdClassName
{
border-color: #106AF0;
}
.TagClassName
{
border-color: #106AF0;
}
</style>