Shades of Lochmara #17659F
Tints of Lochmara #17659F
RGB
CMYK
RGB Variations
Color information
#17659F (or 0x17659F) is known color: Lochmara. HEX triplet: 17, 65 and 9F. RGB value is (23,101,159). Sum of RGB (Red+Green+Blue) = 23+101+159=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #17659F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17659F is #E89A60. Grayscale: #535353. Windows color (decimal): -15243873 or 10446103. OLE color: 10446103.
HSL color Cylindrical-coordinate representation of color #17659F: hue angle of 205.59º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17659F is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 101 | 159 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.38 |
| HSL | 205.59º | 0.75% | 0.36% | - |
| HSV(B) | 205.59º | 0.86% | 0.62% | - |
| XYZ | 11.27 | 11.99 | 34.52 | - |
| YUV | 84.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 159 | 0.86 | 0.36 | 0 | 0.38 | 205.59 | 0.75 | 0.36 |
| Hex | 17 | 65 | 9F | 56 | 24 | 0 | 26 | CE | 4B | 24 |
| Octal | 27 | 145 | 237 | 126 | 44 | 0 | 46 | 316 | 113 | 44 |
| Binary | 10111 | 1100101 | 10011111 | 1010110 | 100100 | 0 | 100110 | 11001110 | 1001011 | 100100 |
Color Harmonies of #17659F
Complementary color
Monochromatic Colors of #17659F
Black with #17659F
Text Example
Text Example
White with #17659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17659F; }
p { color: rgb(23,101,159); }
H1.HeaderClassName
{
color: #17659F;
}
.AnyTagClassName
{
color: #17659F;
}
</style>
background-color css
<style>
a { background-color: #17659F; }
a { background-color: rgb(23,101,159); }
div.DivClassName
{
background-color: #17659F;
}
.BgClassName
{
background-color: #17659F;
}
</style>
border-color css
<style>
span { border-color: #17659F; }
span { border-color: rgb(23,101,159); }
td.TdClassName
{
border-color: #17659F;
}
.TagClassName
{
border-color: #17659F;
}
</style>