Shades of Lochmara #176E9A
Tints of Lochmara #176E9A
RGB
CMYK
RGB Variations
Color information
#176E9A (or 0x176E9A) is known color: Lochmara. HEX triplet: 17, 6E and 9A. RGB value is (23,110,154). Sum of RGB (Red+Green+Blue) = 23+110+154=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #176E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176E9A is #E89165. Grayscale: #585858. Windows color (decimal): -15241574 or 10120727. OLE color: 10120727.
HSL color Cylindrical-coordinate representation of color #176E9A: hue angle of 200.15º 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 #176E9A is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 110 | 154 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.40 |
| HSL | 200.15º | 0.74% | 0.35% | - |
| HSV(B) | 200.15º | 0.85% | 0.6% | - |
| XYZ | 11.76 | 13.67 | 32.59 | - |
| YUV | 89 | 164.68 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 154 | 0.85 | 0.29 | 0 | 0.40 | 200.15 | 0.74 | 0.35 |
| Hex | 17 | 6E | 9A | 55 | 1D | 0 | 28 | C8 | 4A | 23 |
| Octal | 27 | 156 | 232 | 125 | 35 | 0 | 50 | 310 | 112 | 43 |
| Binary | 10111 | 1101110 | 10011010 | 1010101 | 11101 | 0 | 101000 | 11001000 | 1001010 | 100011 |
Color Harmonies of #176E9A
Complementary color
Monochromatic Colors of #176E9A
Black with #176E9A
Text Example
Text Example
White with #176E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176E9A; }
p { color: rgb(23,110,154); }
H1.HeaderClassName
{
color: #176E9A;
}
.AnyTagClassName
{
color: #176E9A;
}
</style>
background-color css
<style>
a { background-color: #176E9A; }
a { background-color: rgb(23,110,154); }
div.DivClassName
{
background-color: #176E9A;
}
.BgClassName
{
background-color: #176E9A;
}
</style>
border-color css
<style>
span { border-color: #176E9A; }
span { border-color: rgb(23,110,154); }
td.TdClassName
{
border-color: #176E9A;
}
.TagClassName
{
border-color: #176E9A;
}
</style>