Shades of Lochmara #176BA1
Tints of Lochmara #176BA1
RGB
CMYK
RGB Variations
Color information
#176BA1 (or 0x176BA1) is known color: Lochmara. HEX triplet: 17, 6B and A1. RGB value is (23,107,161). Sum of RGB (Red+Green+Blue) = 23+107+161=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #176BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176BA1 is #E8945E. Grayscale: #575757. Windows color (decimal): -15242335 or 10578711. OLE color: 10578711.
HSL color Cylindrical-coordinate representation of color #176BA1: hue angle of 203.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #176BA1 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 107 | 161 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.37 |
| HSL | 203.48º | 0.75% | 0.36% | - |
| HSV(B) | 203.48º | 0.86% | 0.63% | - |
| XYZ | 12.04 | 13.27 | 35.64 | - |
| YUV | 88.04 | 169.17 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 161 | 0.86 | 0.34 | 0 | 0.37 | 203.48 | 0.75 | 0.36 |
| Hex | 17 | 6B | A1 | 56 | 22 | 0 | 25 | CB | 4B | 24 |
| Octal | 27 | 153 | 241 | 126 | 42 | 0 | 45 | 313 | 113 | 44 |
| Binary | 10111 | 1101011 | 10100001 | 1010110 | 100010 | 0 | 100101 | 11001011 | 1001011 | 100100 |
Color Harmonies of #176BA1
Complementary color
Monochromatic Colors of #176BA1
Black with #176BA1
Text Example
Text Example
White with #176BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176BA1; }
p { color: rgb(23,107,161); }
H1.HeaderClassName
{
color: #176BA1;
}
.AnyTagClassName
{
color: #176BA1;
}
</style>
background-color css
<style>
a { background-color: #176BA1; }
a { background-color: rgb(23,107,161); }
div.DivClassName
{
background-color: #176BA1;
}
.BgClassName
{
background-color: #176BA1;
}
</style>
border-color css
<style>
span { border-color: #176BA1; }
span { border-color: rgb(23,107,161); }
td.TdClassName
{
border-color: #176BA1;
}
.TagClassName
{
border-color: #176BA1;
}
</style>