Shades of Lochmara #17649F
Tints of Lochmara #17649F
RGB
CMYK
RGB Variations
Color information
#17649F (or 0x17649F) is known color: Lochmara. HEX triplet: 17, 64 and 9F. RGB value is (23,100,159). Sum of RGB (Red+Green+Blue) = 23+100+159=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #17649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17649F is #E89B60. Grayscale: #535353. Windows color (decimal): -15244129 or 10445847. OLE color: 10445847.
HSL color Cylindrical-coordinate representation of color #17649F: hue angle of 206.03º 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 #17649F is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 100 | 159 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.38 |
| HSL | 206.03º | 0.75% | 0.36% | - |
| HSV(B) | 206.03º | 0.86% | 0.62% | - |
| XYZ | 11.17 | 11.8 | 34.49 | - |
| YUV | 83.7 | 170.49 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 159 | 0.86 | 0.37 | 0 | 0.38 | 206.03 | 0.75 | 0.36 |
| Hex | 17 | 64 | 9F | 56 | 25 | 0 | 26 | CE | 4B | 24 |
| Octal | 27 | 144 | 237 | 126 | 45 | 0 | 46 | 316 | 113 | 44 |
| Binary | 10111 | 1100100 | 10011111 | 1010110 | 100101 | 0 | 100110 | 11001110 | 1001011 | 100100 |
Color Harmonies of #17649F
Complementary color
Monochromatic Colors of #17649F
Black with #17649F
Text Example
Text Example
White with #17649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17649F; }
p { color: rgb(23,100,159); }
H1.HeaderClassName
{
color: #17649F;
}
.AnyTagClassName
{
color: #17649F;
}
</style>
background-color css
<style>
a { background-color: #17649F; }
a { background-color: rgb(23,100,159); }
div.DivClassName
{
background-color: #17649F;
}
.BgClassName
{
background-color: #17649F;
}
</style>
border-color css
<style>
span { border-color: #17649F; }
span { border-color: rgb(23,100,159); }
td.TdClassName
{
border-color: #17649F;
}
.TagClassName
{
border-color: #17649F;
}
</style>