Shades of Lochmara #17659D
Tints of Lochmara #17659D
RGB
CMYK
RGB Variations
Color information
#17659D (or 0x17659D) is known color: Lochmara. HEX triplet: 17, 65 and 9D. RGB value is (23,101,157). Sum of RGB (Red+Green+Blue) = 23+101+157=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #17659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17659D is #E89A62. Grayscale: #535353. Windows color (decimal): -15243875 or 10315031. OLE color: 10315031.
HSL color Cylindrical-coordinate representation of color #17659D: hue angle of 205.07º 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 #17659D is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 101 | 157 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.38 |
| HSL | 205.07º | 0.74% | 0.35% | - |
| HSV(B) | 205.07º | 0.85% | 0.62% | - |
| XYZ | 11.09 | 11.92 | 33.62 | - |
| YUV | 84.06 | 169.16 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 157 | 0.85 | 0.36 | 0 | 0.38 | 205.07 | 0.74 | 0.35 |
| Hex | 17 | 65 | 9D | 55 | 24 | 0 | 26 | CD | 4A | 23 |
| Octal | 27 | 145 | 235 | 125 | 44 | 0 | 46 | 315 | 112 | 43 |
| Binary | 10111 | 1100101 | 10011101 | 1010101 | 100100 | 0 | 100110 | 11001101 | 1001010 | 100011 |
Color Harmonies of #17659D
Complementary color
Monochromatic Colors of #17659D
Black with #17659D
Text Example
Text Example
White with #17659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17659D; }
p { color: rgb(23,101,157); }
H1.HeaderClassName
{
color: #17659D;
}
.AnyTagClassName
{
color: #17659D;
}
</style>
background-color css
<style>
a { background-color: #17659D; }
a { background-color: rgb(23,101,157); }
div.DivClassName
{
background-color: #17659D;
}
.BgClassName
{
background-color: #17659D;
}
</style>
border-color css
<style>
span { border-color: #17659D; }
span { border-color: rgb(23,101,157); }
td.TdClassName
{
border-color: #17659D;
}
.TagClassName
{
border-color: #17659D;
}
</style>