Shades of Lochmara #17649E
Tints of Lochmara #17649E
RGB
CMYK
RGB Variations
Color information
#17649E (or 0x17649E) is known color: Lochmara. HEX triplet: 17, 64 and 9E. RGB value is (23,100,158). Sum of RGB (Red+Green+Blue) = 23+100+158=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #17649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17649E is #E89B61. Grayscale: #535353. Windows color (decimal): -15244130 or 10380311. OLE color: 10380311.
HSL color Cylindrical-coordinate representation of color #17649E: hue angle of 205.78º 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 #17649E is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 100 | 158 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.38 |
| HSL | 205.78º | 0.75% | 0.35% | - |
| HSV(B) | 205.78º | 0.85% | 0.62% | - |
| XYZ | 11.08 | 11.77 | 34.03 | - |
| YUV | 83.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 158 | 0.85 | 0.37 | 0 | 0.38 | 205.78 | 0.75 | 0.35 |
| Hex | 17 | 64 | 9E | 55 | 25 | 0 | 26 | CE | 4B | 23 |
| Octal | 27 | 144 | 236 | 125 | 45 | 0 | 46 | 316 | 113 | 43 |
| Binary | 10111 | 1100100 | 10011110 | 1010101 | 100101 | 0 | 100110 | 11001110 | 1001011 | 100011 |
Color Harmonies of #17649E
Complementary color
Monochromatic Colors of #17649E
Black with #17649E
Text Example
Text Example
White with #17649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17649E; }
p { color: rgb(23,100,158); }
H1.HeaderClassName
{
color: #17649E;
}
.AnyTagClassName
{
color: #17649E;
}
</style>
background-color css
<style>
a { background-color: #17649E; }
a { background-color: rgb(23,100,158); }
div.DivClassName
{
background-color: #17649E;
}
.BgClassName
{
background-color: #17649E;
}
</style>
border-color css
<style>
span { border-color: #17649E; }
span { border-color: rgb(23,100,158); }
td.TdClassName
{
border-color: #17649E;
}
.TagClassName
{
border-color: #17649E;
}
</style>