Shades of Navy Blue #106CE4
Tints of Navy Blue #106CE4
RGB
CMYK
RGB Variations
Color information
#106CE4 (or 0x106CE4) is known color: Navy Blue. HEX triplet: 10, 6C and E4. RGB value is (16,108,228). Sum of RGB (Red+Green+Blue) = 16+108+228=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 228 (89.45% from 255 or 64.77% from 352); Max value from RGB is 228 - color contains mainly: blue. Hex color #106CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CE4 is #EF931B. Grayscale: #5D5D5D. Windows color (decimal): -15700764 or 14969872. OLE color: 14969872.
HSL color Cylindrical-coordinate representation of color #106CE4: hue angle of 213.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106CE4 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 108 | 228 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.11 |
| HSL | 213.96º | 0.87% | 0.48% | - |
| HSV(B) | 213.96º | 0.93% | 0.89% | - |
| XYZ | 19.58 | 16.44 | 75.54 | - |
| YUV | 94.17 | 203.52 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 228 | 0.93 | 0.53 | 0 | 0.11 | 213.96 | 0.87 | 0.48 |
| Hex | 10 | 6C | E4 | 5D | 35 | 0 | B | D6 | 57 | 30 |
| Octal | 20 | 154 | 344 | 135 | 65 | 0 | 13 | 326 | 127 | 60 |
| Binary | 10000 | 1101100 | 11100100 | 1011101 | 110101 | 0 | 1011 | 11010110 | 1010111 | 110000 |
Color Harmonies of #106CE4
Complementary color
Monochromatic Colors of #106CE4
Black with #106CE4
Text Example
Text Example
White with #106CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CE4; }
p { color: rgb(16,108,228); }
H1.HeaderClassName
{
color: #106CE4;
}
.AnyTagClassName
{
color: #106CE4;
}
</style>
background-color css
<style>
a { background-color: #106CE4; }
a { background-color: rgb(16,108,228); }
div.DivClassName
{
background-color: #106CE4;
}
.BgClassName
{
background-color: #106CE4;
}
</style>
border-color css
<style>
span { border-color: #106CE4; }
span { border-color: rgb(16,108,228); }
td.TdClassName
{
border-color: #106CE4;
}
.TagClassName
{
border-color: #106CE4;
}
</style>