Shades of Lochmara #17689D
Tints of Lochmara #17689D
RGB
CMYK
RGB Variations
Color information
#17689D (or 0x17689D) is known color: Lochmara. HEX triplet: 17, 68 and 9D. RGB value is (23,104,157). Sum of RGB (Red+Green+Blue) = 23+104+157=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #17689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17689D is #E89762. Grayscale: #555555. Windows color (decimal): -15243107 or 10315799. OLE color: 10315799.
HSL color Cylindrical-coordinate representation of color #17689D: hue angle of 203.73º 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 #17689D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 104 | 157 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.38 |
| HSL | 203.73º | 0.74% | 0.35% | - |
| HSV(B) | 203.73º | 0.85% | 0.62% | - |
| XYZ | 11.39 | 12.52 | 33.71 | - |
| YUV | 85.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 157 | 0.85 | 0.34 | 0 | 0.38 | 203.73 | 0.74 | 0.35 |
| Hex | 17 | 68 | 9D | 55 | 22 | 0 | 26 | CC | 4A | 23 |
| Octal | 27 | 150 | 235 | 125 | 42 | 0 | 46 | 314 | 112 | 43 |
| Binary | 10111 | 1101000 | 10011101 | 1010101 | 100010 | 0 | 100110 | 11001100 | 1001010 | 100011 |
Color Harmonies of #17689D
Complementary color
Monochromatic Colors of #17689D
Black with #17689D
Text Example
Text Example
White with #17689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17689D; }
p { color: rgb(23,104,157); }
H1.HeaderClassName
{
color: #17689D;
}
.AnyTagClassName
{
color: #17689D;
}
</style>
background-color css
<style>
a { background-color: #17689D; }
a { background-color: rgb(23,104,157); }
div.DivClassName
{
background-color: #17689D;
}
.BgClassName
{
background-color: #17689D;
}
</style>
border-color css
<style>
span { border-color: #17689D; }
span { border-color: rgb(23,104,157); }
td.TdClassName
{
border-color: #17689D;
}
.TagClassName
{
border-color: #17689D;
}
</style>