Shades of Navy Blue #106FCE
Tints of Navy Blue #106FCE
RGB
CMYK
RGB Variations
Color information
#106FCE (or 0x106FCE) is known color: Navy Blue. HEX triplet: 10, 6F and CE. RGB value is (16,111,206). Sum of RGB (Red+Green+Blue) = 16+111+206=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #106FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FCE is #EF9031. Grayscale: #5C5C5C. Windows color (decimal): -15700018 or 13528848. OLE color: 13528848.
HSL color Cylindrical-coordinate representation of color #106FCE: hue angle of 210º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106FCE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 111 | 206 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.19 |
| HSL | 210º | 0.86% | 0.44% | - |
| HSV(B) | 210º | 0.92% | 0.81% | - |
| XYZ | 17.04 | 15.94 | 60.57 | - |
| YUV | 93.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 206 | 0.92 | 0.46 | 0 | 0.19 | 210 | 0.86 | 0.44 |
| Hex | 10 | 6F | CE | 5C | 2E | 0 | 13 | D2 | 56 | 2C |
| Octal | 20 | 157 | 316 | 134 | 56 | 0 | 23 | 322 | 126 | 54 |
| Binary | 10000 | 1101111 | 11001110 | 1011100 | 101110 | 0 | 10011 | 11010010 | 1010110 | 101100 |
Color Harmonies of #106FCE
Complementary color
Monochromatic Colors of #106FCE
Black with #106FCE
Text Example
Text Example
White with #106FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FCE; }
p { color: rgb(16,111,206); }
H1.HeaderClassName
{
color: #106FCE;
}
.AnyTagClassName
{
color: #106FCE;
}
</style>
background-color css
<style>
a { background-color: #106FCE; }
a { background-color: rgb(16,111,206); }
div.DivClassName
{
background-color: #106FCE;
}
.BgClassName
{
background-color: #106FCE;
}
</style>
border-color css
<style>
span { border-color: #106FCE; }
span { border-color: rgb(16,111,206); }
td.TdClassName
{
border-color: #106FCE;
}
.TagClassName
{
border-color: #106FCE;
}
</style>