Shades of Lochmara #176E9E
Tints of Lochmara #176E9E
RGB
CMYK
RGB Variations
Color information
#176E9E (or 0x176E9E) is known color: Lochmara. HEX triplet: 17, 6E and 9E. RGB value is (23,110,158). Sum of RGB (Red+Green+Blue) = 23+110+158=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #176E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176E9E is #E89161. Grayscale: #595959. Windows color (decimal): -15241570 or 10382871. OLE color: 10382871.
HSL color Cylindrical-coordinate representation of color #176E9E: hue angle of 201.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #176E9E is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 110 | 158 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.38 |
| HSL | 201.33º | 0.75% | 0.35% | - |
| HSV(B) | 201.33º | 0.85% | 0.62% | - |
| XYZ | 12.1 | 13.8 | 34.37 | - |
| YUV | 89.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 158 | 0.85 | 0.30 | 0 | 0.38 | 201.33 | 0.75 | 0.35 |
| Hex | 17 | 6E | 9E | 55 | 1E | 0 | 26 | C9 | 4B | 23 |
| Octal | 27 | 156 | 236 | 125 | 36 | 0 | 46 | 311 | 113 | 43 |
| Binary | 10111 | 1101110 | 10011110 | 1010101 | 11110 | 0 | 100110 | 11001001 | 1001011 | 100011 |
Color Harmonies of #176E9E
Complementary color
Monochromatic Colors of #176E9E
Black with #176E9E
Text Example
Text Example
White with #176E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176E9E; }
p { color: rgb(23,110,158); }
H1.HeaderClassName
{
color: #176E9E;
}
.AnyTagClassName
{
color: #176E9E;
}
</style>
background-color css
<style>
a { background-color: #176E9E; }
a { background-color: rgb(23,110,158); }
div.DivClassName
{
background-color: #176E9E;
}
.BgClassName
{
background-color: #176E9E;
}
</style>
border-color css
<style>
span { border-color: #176E9E; }
span { border-color: rgb(23,110,158); }
td.TdClassName
{
border-color: #176E9E;
}
.TagClassName
{
border-color: #176E9E;
}
</style>