Shades of Lochmara #176DA1
Tints of Lochmara #176DA1
RGB
CMYK
RGB Variations
Color information
#176DA1 (or 0x176DA1) is known color: Lochmara. HEX triplet: 17, 6D and A1. RGB value is (23,109,161). Sum of RGB (Red+Green+Blue) = 23+109+161=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #176DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176DA1 is #E8925E. Grayscale: #585858. Windows color (decimal): -15241823 or 10579223. OLE color: 10579223.
HSL color Cylindrical-coordinate representation of color #176DA1: hue angle of 202.61º 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 #176DA1 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 109 | 161 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.37 |
| HSL | 202.61º | 0.75% | 0.36% | - |
| HSV(B) | 202.61º | 0.86% | 0.63% | - |
| XYZ | 12.26 | 13.69 | 35.72 | - |
| YUV | 89.21 | 168.51 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 109 | 161 | 0.86 | 0.32 | 0 | 0.37 | 202.61 | 0.75 | 0.36 |
| Hex | 17 | 6D | A1 | 56 | 20 | 0 | 25 | CB | 4B | 24 |
| Octal | 27 | 155 | 241 | 126 | 40 | 0 | 45 | 313 | 113 | 44 |
| Binary | 10111 | 1101101 | 10100001 | 1010110 | 100000 | 0 | 100101 | 11001011 | 1001011 | 100100 |
Color Harmonies of #176DA1
Complementary color
Monochromatic Colors of #176DA1
Black with #176DA1
Text Example
Text Example
White with #176DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176DA1; }
p { color: rgb(23,109,161); }
H1.HeaderClassName
{
color: #176DA1;
}
.AnyTagClassName
{
color: #176DA1;
}
</style>
background-color css
<style>
a { background-color: #176DA1; }
a { background-color: rgb(23,109,161); }
div.DivClassName
{
background-color: #176DA1;
}
.BgClassName
{
background-color: #176DA1;
}
</style>
border-color css
<style>
span { border-color: #176DA1; }
span { border-color: rgb(23,109,161); }
td.TdClassName
{
border-color: #176DA1;
}
.TagClassName
{
border-color: #176DA1;
}
</style>