Shades of Lochmara #19699E
Tints of Lochmara #19699E
RGB
CMYK
RGB Variations
Color information
#19699E (or 0x19699E) is known color: Lochmara. HEX triplet: 19, 69 and 9E. RGB value is (25,105,158). Sum of RGB (Red+Green+Blue) = 25+105+158=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #19699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19699E is #E69661. Grayscale: #565656. Windows color (decimal): -15111778 or 10381593. OLE color: 10381593.
HSL color Cylindrical-coordinate representation of color #19699E: hue angle of 203.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19699E is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 105 | 158 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.38 |
| HSL | 203.91º | 0.73% | 0.36% | - |
| HSV(B) | 203.91º | 0.84% | 0.62% | - |
| XYZ | 11.62 | 12.78 | 34.2 | - |
| YUV | 87.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 158 | 0.84 | 0.34 | 0 | 0.38 | 203.91 | 0.73 | 0.36 |
| Hex | 19 | 69 | 9E | 54 | 22 | 0 | 26 | CC | 49 | 24 |
| Octal | 31 | 151 | 236 | 124 | 42 | 0 | 46 | 314 | 111 | 44 |
| Binary | 11001 | 1101001 | 10011110 | 1010100 | 100010 | 0 | 100110 | 11001100 | 1001001 | 100100 |
Color Harmonies of #19699E
Complementary color
Monochromatic Colors of #19699E
Black with #19699E
Text Example
Text Example
White with #19699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19699E; }
p { color: rgb(25,105,158); }
H1.HeaderClassName
{
color: #19699E;
}
.AnyTagClassName
{
color: #19699E;
}
</style>
background-color css
<style>
a { background-color: #19699E; }
a { background-color: rgb(25,105,158); }
div.DivClassName
{
background-color: #19699E;
}
.BgClassName
{
background-color: #19699E;
}
</style>
border-color css
<style>
span { border-color: #19699E; }
span { border-color: rgb(25,105,158); }
td.TdClassName
{
border-color: #19699E;
}
.TagClassName
{
border-color: #19699E;
}
</style>