Shades of Lochmara #176B9C
Tints of Lochmara #176B9C
RGB
CMYK
RGB Variations
Color information
#176B9C (or 0x176B9C) is known color: Lochmara. HEX triplet: 17, 6B and 9C. RGB value is (23,107,156). Sum of RGB (Red+Green+Blue) = 23+107+156=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #176B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176B9C is #E89463. Grayscale: #575757. Windows color (decimal): -15242340 or 10251031. OLE color: 10251031.
HSL color Cylindrical-coordinate representation of color #176B9C: hue angle of 202.11º 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 #176B9C is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 107 | 156 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.39 |
| HSL | 202.11º | 0.74% | 0.35% | - |
| HSV(B) | 202.11º | 0.85% | 0.61% | - |
| XYZ | 11.61 | 13.1 | 33.37 | - |
| YUV | 87.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 156 | 0.85 | 0.31 | 0 | 0.39 | 202.11 | 0.74 | 0.35 |
| Hex | 17 | 6B | 9C | 55 | 1F | 0 | 27 | CA | 4A | 23 |
| Octal | 27 | 153 | 234 | 125 | 37 | 0 | 47 | 312 | 112 | 43 |
| Binary | 10111 | 1101011 | 10011100 | 1010101 | 11111 | 0 | 100111 | 11001010 | 1001010 | 100011 |
Color Harmonies of #176B9C
Complementary color
Monochromatic Colors of #176B9C
Black with #176B9C
Text Example
Text Example
White with #176B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176B9C; }
p { color: rgb(23,107,156); }
H1.HeaderClassName
{
color: #176B9C;
}
.AnyTagClassName
{
color: #176B9C;
}
</style>
background-color css
<style>
a { background-color: #176B9C; }
a { background-color: rgb(23,107,156); }
div.DivClassName
{
background-color: #176B9C;
}
.BgClassName
{
background-color: #176B9C;
}
</style>
border-color css
<style>
span { border-color: #176B9C; }
span { border-color: rgb(23,107,156); }
td.TdClassName
{
border-color: #176B9C;
}
.TagClassName
{
border-color: #176B9C;
}
</style>