Shades of Lochmara #17709C
Tints of Lochmara #17709C
RGB
CMYK
RGB Variations
Color information
#17709C (or 0x17709C) is known color: Lochmara. HEX triplet: 17, 70 and 9C. RGB value is (23,112,156). Sum of RGB (Red+Green+Blue) = 23+112+156=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #17709C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17709C is #E88F63. Grayscale: #5A5A5A. Windows color (decimal): -15241060 or 10252311. OLE color: 10252311.
HSL color Cylindrical-coordinate representation of color #17709C: hue angle of 199.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17709C is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 112 | 156 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.39 |
| HSL | 199.85º | 0.74% | 0.35% | - |
| HSV(B) | 199.85º | 0.85% | 0.61% | - |
| XYZ | 12.15 | 14.17 | 33.55 | - |
| YUV | 90.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 156 | 0.85 | 0.28 | 0 | 0.39 | 199.85 | 0.74 | 0.35 |
| Hex | 17 | 70 | 9C | 55 | 1C | 0 | 27 | C8 | 4A | 23 |
| Octal | 27 | 160 | 234 | 125 | 34 | 0 | 47 | 310 | 112 | 43 |
| Binary | 10111 | 1110000 | 10011100 | 1010101 | 11100 | 0 | 100111 | 11001000 | 1001010 | 100011 |
Color Harmonies of #17709C
Complementary color
Monochromatic Colors of #17709C
Black with #17709C
Text Example
Text Example
White with #17709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17709C; }
p { color: rgb(23,112,156); }
H1.HeaderClassName
{
color: #17709C;
}
.AnyTagClassName
{
color: #17709C;
}
</style>
background-color css
<style>
a { background-color: #17709C; }
a { background-color: rgb(23,112,156); }
div.DivClassName
{
background-color: #17709C;
}
.BgClassName
{
background-color: #17709C;
}
</style>
border-color css
<style>
span { border-color: #17709C; }
span { border-color: rgb(23,112,156); }
td.TdClassName
{
border-color: #17709C;
}
.TagClassName
{
border-color: #17709C;
}
</style>