Shades of Lochmara #176F9E
Tints of Lochmara #176F9E
RGB
CMYK
RGB Variations
Color information
#176F9E (or 0x176F9E) is known color: Lochmara. HEX triplet: 17, 6F and 9E. RGB value is (23,111,158). Sum of RGB (Red+Green+Blue) = 23+111+158=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #176F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176F9E is #E89061. Grayscale: #595959. Windows color (decimal): -15241314 or 10383127. OLE color: 10383127.
HSL color Cylindrical-coordinate representation of color #176F9E: hue angle of 200.89º 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 #176F9E is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 111 | 158 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.38 |
| HSL | 200.89º | 0.75% | 0.35% | - |
| HSV(B) | 200.89º | 0.85% | 0.62% | - |
| XYZ | 12.21 | 14.02 | 34.41 | - |
| YUV | 90.05 | 166.35 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 158 | 0.85 | 0.30 | 0 | 0.38 | 200.89 | 0.75 | 0.35 |
| Hex | 17 | 6F | 9E | 55 | 1E | 0 | 26 | C9 | 4B | 23 |
| Octal | 27 | 157 | 236 | 125 | 36 | 0 | 46 | 311 | 113 | 43 |
| Binary | 10111 | 1101111 | 10011110 | 1010101 | 11110 | 0 | 100110 | 11001001 | 1001011 | 100011 |
Color Harmonies of #176F9E
Complementary color
Monochromatic Colors of #176F9E
Black with #176F9E
Text Example
Text Example
White with #176F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176F9E; }
p { color: rgb(23,111,158); }
H1.HeaderClassName
{
color: #176F9E;
}
.AnyTagClassName
{
color: #176F9E;
}
</style>
background-color css
<style>
a { background-color: #176F9E; }
a { background-color: rgb(23,111,158); }
div.DivClassName
{
background-color: #176F9E;
}
.BgClassName
{
background-color: #176F9E;
}
</style>
border-color css
<style>
span { border-color: #176F9E; }
span { border-color: rgb(23,111,158); }
td.TdClassName
{
border-color: #176F9E;
}
.TagClassName
{
border-color: #176F9E;
}
</style>