Shades of Lochmara #176D99
Tints of Lochmara #176D99
RGB
CMYK
RGB Variations
Color information
#176D99 (or 0x176D99) is known color: Lochmara. HEX triplet: 17, 6D and 99. RGB value is (23,109,153). Sum of RGB (Red+Green+Blue) = 23+109+153=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #176D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176D99 is #E89266. Grayscale: #585858. Windows color (decimal): -15241831 or 10054935. OLE color: 10054935.
HSL color Cylindrical-coordinate representation of color #176D99: hue angle of 200.31º 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 #176D99 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 109 | 153 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.4 |
| HSL | 200.31º | 0.74% | 0.35% | - |
| HSV(B) | 200.31º | 0.85% | 0.6% | - |
| XYZ | 11.57 | 13.42 | 32.12 | - |
| YUV | 88.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 109 | 153 | 0.85 | 0.29 | 0 | 0.4 | 200.31 | 0.74 | 0.35 |
| Hex | 17 | 6D | 99 | 55 | 1D | 0 | 28 | C8 | 4A | 23 |
| Octal | 27 | 155 | 231 | 125 | 35 | 0 | 50 | 310 | 112 | 43 |
| Binary | 10111 | 1101101 | 10011001 | 1010101 | 11101 | 0 | 101000 | 11001000 | 1001010 | 100011 |
Color Harmonies of #176D99
Complementary color
Monochromatic Colors of #176D99
Black with #176D99
Text Example
Text Example
White with #176D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176D99; }
p { color: rgb(23,109,153); }
H1.HeaderClassName
{
color: #176D99;
}
.AnyTagClassName
{
color: #176D99;
}
</style>
background-color css
<style>
a { background-color: #176D99; }
a { background-color: rgb(23,109,153); }
div.DivClassName
{
background-color: #176D99;
}
.BgClassName
{
background-color: #176D99;
}
</style>
border-color css
<style>
span { border-color: #176D99; }
span { border-color: rgb(23,109,153); }
td.TdClassName
{
border-color: #176D99;
}
.TagClassName
{
border-color: #176D99;
}
</style>