Shades of Navy Blue #106CEF
Tints of Navy Blue #106CEF
RGB
CMYK
RGB Variations
Color information
#106CEF (or 0x106CEF) is known color: Navy Blue. HEX triplet: 10, 6C and EF. RGB value is (16,108,239). Sum of RGB (Red+Green+Blue) = 16+108+239=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #106CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106CEF is #EF9310. Grayscale: #5E5E5E. Windows color (decimal): -15700753 or 15690768. OLE color: 15690768.
HSL color Cylindrical-coordinate representation of color #106CEF: hue angle of 215.25º degrees, saturation: 0.87, 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 #106CEF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 108 | 239 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.06 |
| HSL | 215.25º | 0.87% | 0.5% | - |
| HSV(B) | 215.25º | 0.93% | 0.94% | - |
| XYZ | 21.16 | 17.07 | 83.84 | - |
| YUV | 95.43 | 209.02 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 239 | 0.93 | 0.55 | 0 | 0.06 | 215.25 | 0.87 | 0.5 |
| Hex | 10 | 6C | EF | 5D | 37 | 0 | 6 | D7 | 57 | 32 |
| Octal | 20 | 154 | 357 | 135 | 67 | 0 | 6 | 327 | 127 | 62 |
| Binary | 10000 | 1101100 | 11101111 | 1011101 | 110111 | 0 | 110 | 11010111 | 1010111 | 110010 |
Color Harmonies of #106CEF
Complementary color
Monochromatic Colors of #106CEF
Black with #106CEF
Text Example
Text Example
White with #106CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CEF; }
p { color: rgb(16,108,239); }
H1.HeaderClassName
{
color: #106CEF;
}
.AnyTagClassName
{
color: #106CEF;
}
</style>
background-color css
<style>
a { background-color: #106CEF; }
a { background-color: rgb(16,108,239); }
div.DivClassName
{
background-color: #106CEF;
}
.BgClassName
{
background-color: #106CEF;
}
</style>
border-color css
<style>
span { border-color: #106CEF; }
span { border-color: rgb(16,108,239); }
td.TdClassName
{
border-color: #106CEF;
}
.TagClassName
{
border-color: #106CEF;
}
</style>