Shades of Lochmara #176E9B
Tints of Lochmara #176E9B
RGB
CMYK
RGB Variations
Color information
#176E9B (or 0x176E9B) is known color: Lochmara. HEX triplet: 17, 6E and 9B. RGB value is (23,110,155). Sum of RGB (Red+Green+Blue) = 23+110+155=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #176E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176E9B is #E89164. Grayscale: #585858. Windows color (decimal): -15241573 or 10186263. OLE color: 10186263.
HSL color Cylindrical-coordinate representation of color #176E9B: hue angle of 200.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #176E9B is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 110 | 155 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.39 |
| HSL | 200.45º | 0.74% | 0.35% | - |
| HSV(B) | 200.45º | 0.85% | 0.61% | - |
| XYZ | 11.85 | 13.7 | 33.03 | - |
| YUV | 89.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 155 | 0.85 | 0.29 | 0 | 0.39 | 200.45 | 0.74 | 0.35 |
| Hex | 17 | 6E | 9B | 55 | 1D | 0 | 27 | C8 | 4A | 23 |
| Octal | 27 | 156 | 233 | 125 | 35 | 0 | 47 | 310 | 112 | 43 |
| Binary | 10111 | 1101110 | 10011011 | 1010101 | 11101 | 0 | 100111 | 11001000 | 1001010 | 100011 |
Color Harmonies of #176E9B
Complementary color
Monochromatic Colors of #176E9B
Black with #176E9B
Text Example
Text Example
White with #176E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176E9B; }
p { color: rgb(23,110,155); }
H1.HeaderClassName
{
color: #176E9B;
}
.AnyTagClassName
{
color: #176E9B;
}
</style>
background-color css
<style>
a { background-color: #176E9B; }
a { background-color: rgb(23,110,155); }
div.DivClassName
{
background-color: #176E9B;
}
.BgClassName
{
background-color: #176E9B;
}
</style>
border-color css
<style>
span { border-color: #176E9B; }
span { border-color: rgb(23,110,155); }
td.TdClassName
{
border-color: #176E9B;
}
.TagClassName
{
border-color: #176E9B;
}
</style>