Shades of Navy Blue #106FDF
Tints of Navy Blue #106FDF
RGB
CMYK
RGB Variations
Color information
#106FDF (or 0x106FDF) is known color: Navy Blue. HEX triplet: 10, 6F and DF. RGB value is (16,111,223). Sum of RGB (Red+Green+Blue) = 16+111+223=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #106FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FDF is #EF9020. Grayscale: #5E5E5E. Windows color (decimal): -15700001 or 14642960. OLE color: 14642960.
HSL color Cylindrical-coordinate representation of color #106FDF: hue angle of 212.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106FDF is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 111 | 223 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.13 |
| HSL | 212.46º | 0.87% | 0.47% | - |
| HSV(B) | 212.46º | 0.93% | 0.87% | - |
| XYZ | 19.22 | 16.81 | 72.04 | - |
| YUV | 95.36 | 200.03 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 223 | 0.93 | 0.50 | 0 | 0.13 | 212.46 | 0.87 | 0.47 |
| Hex | 10 | 6F | DF | 5D | 32 | 0 | D | D4 | 57 | 2F |
| Octal | 20 | 157 | 337 | 135 | 62 | 0 | 15 | 324 | 127 | 57 |
| Binary | 10000 | 1101111 | 11011111 | 1011101 | 110010 | 0 | 1101 | 11010100 | 1010111 | 101111 |
Color Harmonies of #106FDF
Complementary color
Monochromatic Colors of #106FDF
Black with #106FDF
Text Example
Text Example
White with #106FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FDF; }
p { color: rgb(16,111,223); }
H1.HeaderClassName
{
color: #106FDF;
}
.AnyTagClassName
{
color: #106FDF;
}
</style>
background-color css
<style>
a { background-color: #106FDF; }
a { background-color: rgb(16,111,223); }
div.DivClassName
{
background-color: #106FDF;
}
.BgClassName
{
background-color: #106FDF;
}
</style>
border-color css
<style>
span { border-color: #106FDF; }
span { border-color: rgb(16,111,223); }
td.TdClassName
{
border-color: #106FDF;
}
.TagClassName
{
border-color: #106FDF;
}
</style>