Shades of Navy Blue #106CE5
Tints of Navy Blue #106CE5
RGB
CMYK
RGB Variations
Color information
#106CE5 (or 0x106CE5) is known color: Navy Blue. HEX triplet: 10, 6C and E5. RGB value is (16,108,229). Sum of RGB (Red+Green+Blue) = 16+108+229=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #106CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CE5 is #EF931A. Grayscale: #5D5D5D. Windows color (decimal): -15700763 or 15035408. OLE color: 15035408.
HSL color Cylindrical-coordinate representation of color #106CE5: hue angle of 214.08º 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 #106CE5 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 108 | 229 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.10 |
| HSL | 214.08º | 0.87% | 0.48% | - |
| HSV(B) | 214.08º | 0.93% | 0.9% | - |
| XYZ | 19.72 | 16.49 | 76.27 | - |
| YUV | 94.29 | 204.02 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 229 | 0.93 | 0.53 | 0 | 0.10 | 214.08 | 0.87 | 0.48 |
| Hex | 10 | 6C | E5 | 5D | 35 | 0 | A | D6 | 57 | 30 |
| Octal | 20 | 154 | 345 | 135 | 65 | 0 | 12 | 326 | 127 | 60 |
| Binary | 10000 | 1101100 | 11100101 | 1011101 | 110101 | 0 | 1010 | 11010110 | 1010111 | 110000 |
Color Harmonies of #106CE5
Complementary color
Monochromatic Colors of #106CE5
Black with #106CE5
Text Example
Text Example
White with #106CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CE5; }
p { color: rgb(16,108,229); }
H1.HeaderClassName
{
color: #106CE5;
}
.AnyTagClassName
{
color: #106CE5;
}
</style>
background-color css
<style>
a { background-color: #106CE5; }
a { background-color: rgb(16,108,229); }
div.DivClassName
{
background-color: #106CE5;
}
.BgClassName
{
background-color: #106CE5;
}
</style>
border-color css
<style>
span { border-color: #106CE5; }
span { border-color: rgb(16,108,229); }
td.TdClassName
{
border-color: #106CE5;
}
.TagClassName
{
border-color: #106CE5;
}
</style>