Shades of Lochmara #176D9D
Tints of Lochmara #176D9D
RGB
CMYK
RGB Variations
Color information
#176D9D (or 0x176D9D) is known color: Lochmara. HEX triplet: 17, 6D and 9D. RGB value is (23,109,157). Sum of RGB (Red+Green+Blue) = 23+109+157=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #176D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176D9D is #E89262. Grayscale: #585858. Windows color (decimal): -15241827 or 10317079. OLE color: 10317079.
HSL color Cylindrical-coordinate representation of color #176D9D: hue angle of 201.49º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #176D9D is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 109 | 157 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.38 |
| HSL | 201.49º | 0.74% | 0.35% | - |
| HSV(B) | 201.49º | 0.85% | 0.62% | - |
| XYZ | 11.91 | 13.55 | 33.89 | - |
| YUV | 88.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 109 | 157 | 0.85 | 0.31 | 0 | 0.38 | 201.49 | 0.74 | 0.35 |
| Hex | 17 | 6D | 9D | 55 | 1F | 0 | 26 | C9 | 4A | 23 |
| Octal | 27 | 155 | 235 | 125 | 37 | 0 | 46 | 311 | 112 | 43 |
| Binary | 10111 | 1101101 | 10011101 | 1010101 | 11111 | 0 | 100110 | 11001001 | 1001010 | 100011 |
Color Harmonies of #176D9D
Complementary color
Monochromatic Colors of #176D9D
Black with #176D9D
Text Example
Text Example
White with #176D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176D9D; }
p { color: rgb(23,109,157); }
H1.HeaderClassName
{
color: #176D9D;
}
.AnyTagClassName
{
color: #176D9D;
}
</style>
background-color css
<style>
a { background-color: #176D9D; }
a { background-color: rgb(23,109,157); }
div.DivClassName
{
background-color: #176D9D;
}
.BgClassName
{
background-color: #176D9D;
}
</style>
border-color css
<style>
span { border-color: #176D9D; }
span { border-color: rgb(23,109,157); }
td.TdClassName
{
border-color: #176D9D;
}
.TagClassName
{
border-color: #176D9D;
}
</style>