Shades of Lochmara #176DA8
Tints of Lochmara #176DA8
RGB
CMYK
RGB Variations
Color information
#176DA8 (or 0x176DA8) is known color: Lochmara. HEX triplet: 17, 6D and A8. RGB value is (23,109,168). Sum of RGB (Red+Green+Blue) = 23+109+168=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #176DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176DA8 is #E89257. Grayscale: #595959. Windows color (decimal): -15241816 or 11037975. OLE color: 11037975.
HSL color Cylindrical-coordinate representation of color #176DA8: hue angle of 204.41º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #176DA8 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 109 | 168 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.34 |
| HSL | 204.41º | 0.76% | 0.37% | - |
| HSV(B) | 204.41º | 0.86% | 0.66% | - |
| XYZ | 12.89 | 13.95 | 39.06 | - |
| YUV | 90.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 109 | 168 | 0.86 | 0.35 | 0 | 0.34 | 204.41 | 0.76 | 0.37 |
| Hex | 17 | 6D | A8 | 56 | 23 | 0 | 22 | CC | 4C | 25 |
| Octal | 27 | 155 | 250 | 126 | 43 | 0 | 42 | 314 | 114 | 45 |
| Binary | 10111 | 1101101 | 10101000 | 1010110 | 100011 | 0 | 100010 | 11001100 | 1001100 | 100101 |
Color Harmonies of #176DA8
Complementary color
Monochromatic Colors of #176DA8
Black with #176DA8
Text Example
Text Example
White with #176DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176DA8; }
p { color: rgb(23,109,168); }
H1.HeaderClassName
{
color: #176DA8;
}
.AnyTagClassName
{
color: #176DA8;
}
</style>
background-color css
<style>
a { background-color: #176DA8; }
a { background-color: rgb(23,109,168); }
div.DivClassName
{
background-color: #176DA8;
}
.BgClassName
{
background-color: #176DA8;
}
</style>
border-color css
<style>
span { border-color: #176DA8; }
span { border-color: rgb(23,109,168); }
td.TdClassName
{
border-color: #176DA8;
}
.TagClassName
{
border-color: #176DA8;
}
</style>