Shades of Lochmara #17699E
Tints of Lochmara #17699E
RGB
CMYK
RGB Variations
Color information
#17699E (or 0x17699E) is known color: Lochmara. HEX triplet: 17, 69 and 9E. RGB value is (23,105,158). Sum of RGB (Red+Green+Blue) = 23+105+158=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #17699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17699E is #E89661. Grayscale: #565656. Windows color (decimal): -15242850 or 10381591. OLE color: 10381591.
HSL color Cylindrical-coordinate representation of color #17699E: hue angle of 203.56º degrees, saturation: 0.75, 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 #17699E is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 105 | 158 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.38 |
| HSL | 203.56º | 0.75% | 0.35% | - |
| HSV(B) | 203.56º | 0.85% | 0.62% | - |
| XYZ | 11.58 | 12.75 | 34.2 | - |
| YUV | 86.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 158 | 0.85 | 0.34 | 0 | 0.38 | 203.56 | 0.75 | 0.35 |
| Hex | 17 | 69 | 9E | 55 | 22 | 0 | 26 | CC | 4B | 23 |
| Octal | 27 | 151 | 236 | 125 | 42 | 0 | 46 | 314 | 113 | 43 |
| Binary | 10111 | 1101001 | 10011110 | 1010101 | 100010 | 0 | 100110 | 11001100 | 1001011 | 100011 |
Color Harmonies of #17699E
Complementary color
Monochromatic Colors of #17699E
Black with #17699E
Text Example
Text Example
White with #17699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17699E; }
p { color: rgb(23,105,158); }
H1.HeaderClassName
{
color: #17699E;
}
.AnyTagClassName
{
color: #17699E;
}
</style>
background-color css
<style>
a { background-color: #17699E; }
a { background-color: rgb(23,105,158); }
div.DivClassName
{
background-color: #17699E;
}
.BgClassName
{
background-color: #17699E;
}
</style>
border-color css
<style>
span { border-color: #17699E; }
span { border-color: rgb(23,105,158); }
td.TdClassName
{
border-color: #17699E;
}
.TagClassName
{
border-color: #17699E;
}
</style>