Shades of Lochmara #176A98
Tints of Lochmara #176A98
RGB
CMYK
RGB Variations
Color information
#176A98 (or 0x176A98) is known color: Lochmara. HEX triplet: 17, 6A and 98. RGB value is (23,106,152). Sum of RGB (Red+Green+Blue) = 23+106+152=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #176A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176A98 is #E89567. Grayscale: #565656. Windows color (decimal): -15242600 or 9988631. OLE color: 9988631.
HSL color Cylindrical-coordinate representation of color #176A98: hue angle of 201.4º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #176A98 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 106 | 152 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.40 |
| HSL | 201.4º | 0.74% | 0.34% | - |
| HSV(B) | 201.4º | 0.85% | 0.6% | - |
| XYZ | 11.17 | 12.76 | 31.58 | - |
| YUV | 86.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 152 | 0.85 | 0.30 | 0 | 0.40 | 201.4 | 0.74 | 0.34 |
| Hex | 17 | 6A | 98 | 55 | 1E | 0 | 28 | C9 | 4A | 22 |
| Octal | 27 | 152 | 230 | 125 | 36 | 0 | 50 | 311 | 112 | 42 |
| Binary | 10111 | 1101010 | 10011000 | 1010101 | 11110 | 0 | 101000 | 11001001 | 1001010 | 100010 |
Color Harmonies of #176A98
Complementary color
Monochromatic Colors of #176A98
Black with #176A98
Text Example
Text Example
White with #176A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176A98; }
p { color: rgb(23,106,152); }
H1.HeaderClassName
{
color: #176A98;
}
.AnyTagClassName
{
color: #176A98;
}
</style>
background-color css
<style>
a { background-color: #176A98; }
a { background-color: rgb(23,106,152); }
div.DivClassName
{
background-color: #176A98;
}
.BgClassName
{
background-color: #176A98;
}
</style>
border-color css
<style>
span { border-color: #176A98; }
span { border-color: rgb(23,106,152); }
td.TdClassName
{
border-color: #176A98;
}
.TagClassName
{
border-color: #176A98;
}
</style>