Shades of Lochmara #176B99
Tints of Lochmara #176B99
RGB
CMYK
RGB Variations
Color information
#176B99 (or 0x176B99) is known color: Lochmara. HEX triplet: 17, 6B and 99. RGB value is (23,107,153). Sum of RGB (Red+Green+Blue) = 23+107+153=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #176B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176B99 is #E89466. Grayscale: #565656. Windows color (decimal): -15242343 or 10054423. OLE color: 10054423.
HSL color Cylindrical-coordinate representation of color #176B99: hue angle of 201.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #176B99 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 107 | 153 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.4 |
| HSL | 201.23º | 0.74% | 0.35% | - |
| HSV(B) | 201.23º | 0.85% | 0.6% | - |
| XYZ | 11.36 | 13 | 32.05 | - |
| YUV | 87.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 153 | 0.85 | 0.30 | 0 | 0.4 | 201.23 | 0.74 | 0.35 |
| Hex | 17 | 6B | 99 | 55 | 1E | 0 | 28 | C9 | 4A | 23 |
| Octal | 27 | 153 | 231 | 125 | 36 | 0 | 50 | 311 | 112 | 43 |
| Binary | 10111 | 1101011 | 10011001 | 1010101 | 11110 | 0 | 101000 | 11001001 | 1001010 | 100011 |
Color Harmonies of #176B99
Complementary color
Monochromatic Colors of #176B99
Black with #176B99
Text Example
Text Example
White with #176B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176B99; }
p { color: rgb(23,107,153); }
H1.HeaderClassName
{
color: #176B99;
}
.AnyTagClassName
{
color: #176B99;
}
</style>
background-color css
<style>
a { background-color: #176B99; }
a { background-color: rgb(23,107,153); }
div.DivClassName
{
background-color: #176B99;
}
.BgClassName
{
background-color: #176B99;
}
</style>
border-color css
<style>
span { border-color: #176B99; }
span { border-color: rgb(23,107,153); }
td.TdClassName
{
border-color: #176B99;
}
.TagClassName
{
border-color: #176B99;
}
</style>