Shades of Navy Blue #106ACB
Tints of Navy Blue #106ACB
RGB
CMYK
RGB Variations
Color information
#106ACB (or 0x106ACB) is known color: Navy Blue. HEX triplet: 10, 6A and CB. RGB value is (16,106,203). Sum of RGB (Red+Green+Blue) = 16+106+203=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #106ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ACB is #EF9534. Grayscale: #595959. Windows color (decimal): -15701301 or 13330960. OLE color: 13330960.
HSL color Cylindrical-coordinate representation of color #106ACB: hue angle of 211.12º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106ACB is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 106 | 203 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.20 |
| HSL | 211.12º | 0.85% | 0.43% | - |
| HSV(B) | 211.12º | 0.92% | 0.8% | - |
| XYZ | 16.15 | 14.73 | 58.49 | - |
| YUV | 90.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 203 | 0.92 | 0.48 | 0 | 0.20 | 211.12 | 0.85 | 0.43 |
| Hex | 10 | 6A | CB | 5C | 30 | 0 | 14 | D3 | 55 | 2B |
| Octal | 20 | 152 | 313 | 134 | 60 | 0 | 24 | 323 | 125 | 53 |
| Binary | 10000 | 1101010 | 11001011 | 1011100 | 110000 | 0 | 10100 | 11010011 | 1010101 | 101011 |
Color Harmonies of #106ACB
Complementary color
Monochromatic Colors of #106ACB
Black with #106ACB
Text Example
Text Example
White with #106ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106ACB; }
p { color: rgb(16,106,203); }
H1.HeaderClassName
{
color: #106ACB;
}
.AnyTagClassName
{
color: #106ACB;
}
</style>
background-color css
<style>
a { background-color: #106ACB; }
a { background-color: rgb(16,106,203); }
div.DivClassName
{
background-color: #106ACB;
}
.BgClassName
{
background-color: #106ACB;
}
</style>
border-color css
<style>
span { border-color: #106ACB; }
span { border-color: rgb(16,106,203); }
td.TdClassName
{
border-color: #106ACB;
}
.TagClassName
{
border-color: #106ACB;
}
</style>