Shades of Lochmara #176DA2
Tints of Lochmara #176DA2
RGB
CMYK
RGB Variations
Color information
#176DA2 (or 0x176DA2) is known color: Lochmara. HEX triplet: 17, 6D and A2. RGB value is (23,109,162). Sum of RGB (Red+Green+Blue) = 23+109+162=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #176DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176DA2 is #E8925D. Grayscale: #595959. Windows color (decimal): -15241822 or 10644759. OLE color: 10644759.
HSL color Cylindrical-coordinate representation of color #176DA2: hue angle of 202.88º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #176DA2 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 109 | 162 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.36 |
| HSL | 202.88º | 0.75% | 0.36% | - |
| HSV(B) | 202.88º | 0.86% | 0.64% | - |
| XYZ | 12.34 | 13.73 | 36.18 | - |
| YUV | 89.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 109 | 162 | 0.86 | 0.33 | 0 | 0.36 | 202.88 | 0.75 | 0.36 |
| Hex | 17 | 6D | A2 | 56 | 21 | 0 | 24 | CB | 4B | 24 |
| Octal | 27 | 155 | 242 | 126 | 41 | 0 | 44 | 313 | 113 | 44 |
| Binary | 10111 | 1101101 | 10100010 | 1010110 | 100001 | 0 | 100100 | 11001011 | 1001011 | 100100 |
Color Harmonies of #176DA2
Complementary color
Monochromatic Colors of #176DA2
Black with #176DA2
Text Example
Text Example
White with #176DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176DA2; }
p { color: rgb(23,109,162); }
H1.HeaderClassName
{
color: #176DA2;
}
.AnyTagClassName
{
color: #176DA2;
}
</style>
background-color css
<style>
a { background-color: #176DA2; }
a { background-color: rgb(23,109,162); }
div.DivClassName
{
background-color: #176DA2;
}
.BgClassName
{
background-color: #176DA2;
}
</style>
border-color css
<style>
span { border-color: #176DA2; }
span { border-color: rgb(23,109,162); }
td.TdClassName
{
border-color: #176DA2;
}
.TagClassName
{
border-color: #176DA2;
}
</style>