Shades of Lochmara #176FA2
Tints of Lochmara #176FA2
RGB
CMYK
RGB Variations
Color information
#176FA2 (or 0x176FA2) is known color: Lochmara. HEX triplet: 17, 6F and A2. RGB value is (23,111,162). Sum of RGB (Red+Green+Blue) = 23+111+162=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #176FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176FA2 is #E8905D. Grayscale: #5A5A5A. Windows color (decimal): -15241310 or 10645271. OLE color: 10645271.
HSL color Cylindrical-coordinate representation of color #176FA2: hue angle of 202.01º 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 #176FA2 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 111 | 162 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.36 |
| HSL | 202.01º | 0.75% | 0.36% | - |
| HSV(B) | 202.01º | 0.86% | 0.64% | - |
| XYZ | 12.56 | 14.16 | 36.25 | - |
| YUV | 90.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 162 | 0.86 | 0.31 | 0 | 0.36 | 202.01 | 0.75 | 0.36 |
| Hex | 17 | 6F | A2 | 56 | 1F | 0 | 24 | CA | 4B | 24 |
| Octal | 27 | 157 | 242 | 126 | 37 | 0 | 44 | 312 | 113 | 44 |
| Binary | 10111 | 1101111 | 10100010 | 1010110 | 11111 | 0 | 100100 | 11001010 | 1001011 | 100100 |
Color Harmonies of #176FA2
Complementary color
Monochromatic Colors of #176FA2
Black with #176FA2
Text Example
Text Example
White with #176FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FA2; }
p { color: rgb(23,111,162); }
H1.HeaderClassName
{
color: #176FA2;
}
.AnyTagClassName
{
color: #176FA2;
}
</style>
background-color css
<style>
a { background-color: #176FA2; }
a { background-color: rgb(23,111,162); }
div.DivClassName
{
background-color: #176FA2;
}
.BgClassName
{
background-color: #176FA2;
}
</style>
border-color css
<style>
span { border-color: #176FA2; }
span { border-color: rgb(23,111,162); }
td.TdClassName
{
border-color: #176FA2;
}
.TagClassName
{
border-color: #176FA2;
}
</style>