Shades of Navy Blue #106FE5
Tints of Navy Blue #106FE5
RGB
CMYK
RGB Variations
Color information
#106FE5 (or 0x106FE5) is known color: Navy Blue. HEX triplet: 10, 6F and E5. RGB value is (16,111,229). Sum of RGB (Red+Green+Blue) = 16+111+229=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #106FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FE5 is #EF901A. Grayscale: #5F5F5F. Windows color (decimal): -15699995 or 15036176. OLE color: 15036176.
HSL color Cylindrical-coordinate representation of color #106FE5: hue angle of 213.24º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106FE5 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 111 | 229 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.10 |
| HSL | 213.24º | 0.87% | 0.48% | - |
| HSV(B) | 213.24º | 0.93% | 0.9% | - |
| XYZ | 20.04 | 17.14 | 76.38 | - |
| YUV | 96.05 | 203.03 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 229 | 0.93 | 0.52 | 0 | 0.10 | 213.24 | 0.87 | 0.48 |
| Hex | 10 | 6F | E5 | 5D | 34 | 0 | A | D5 | 57 | 30 |
| Octal | 20 | 157 | 345 | 135 | 64 | 0 | 12 | 325 | 127 | 60 |
| Binary | 10000 | 1101111 | 11100101 | 1011101 | 110100 | 0 | 1010 | 11010101 | 1010111 | 110000 |
Color Harmonies of #106FE5
Complementary color
Monochromatic Colors of #106FE5
Black with #106FE5
Text Example
Text Example
White with #106FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FE5; }
p { color: rgb(16,111,229); }
H1.HeaderClassName
{
color: #106FE5;
}
.AnyTagClassName
{
color: #106FE5;
}
</style>
background-color css
<style>
a { background-color: #106FE5; }
a { background-color: rgb(16,111,229); }
div.DivClassName
{
background-color: #106FE5;
}
.BgClassName
{
background-color: #106FE5;
}
</style>
border-color css
<style>
span { border-color: #106FE5; }
span { border-color: rgb(16,111,229); }
td.TdClassName
{
border-color: #106FE5;
}
.TagClassName
{
border-color: #106FE5;
}
</style>