Shades of Lochmara #19699A
Tints of Lochmara #19699A
RGB
CMYK
RGB Variations
Color information
#19699A (or 0x19699A) is known color: Lochmara. HEX triplet: 19, 69 and 9A. RGB value is (25,105,154). Sum of RGB (Red+Green+Blue) = 25+105+154=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #19699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19699A is #E69665. Grayscale: #565656. Windows color (decimal): -15111782 or 10119449. OLE color: 10119449.
HSL color Cylindrical-coordinate representation of color #19699A: hue angle of 202.79º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19699A is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 105 | 154 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.40 |
| HSL | 202.79º | 0.72% | 0.35% | - |
| HSV(B) | 202.79º | 0.84% | 0.6% | - |
| XYZ | 11.29 | 12.64 | 32.42 | - |
| YUV | 86.67 | 166 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 154 | 0.84 | 0.32 | 0 | 0.40 | 202.79 | 0.72 | 0.35 |
| Hex | 19 | 69 | 9A | 54 | 20 | 0 | 28 | CB | 48 | 23 |
| Octal | 31 | 151 | 232 | 124 | 40 | 0 | 50 | 313 | 110 | 43 |
| Binary | 11001 | 1101001 | 10011010 | 1010100 | 100000 | 0 | 101000 | 11001011 | 1001000 | 100011 |
Color Harmonies of #19699A
Complementary color
Monochromatic Colors of #19699A
Black with #19699A
Text Example
Text Example
White with #19699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19699A; }
p { color: rgb(25,105,154); }
H1.HeaderClassName
{
color: #19699A;
}
.AnyTagClassName
{
color: #19699A;
}
</style>
background-color css
<style>
a { background-color: #19699A; }
a { background-color: rgb(25,105,154); }
div.DivClassName
{
background-color: #19699A;
}
.BgClassName
{
background-color: #19699A;
}
</style>
border-color css
<style>
span { border-color: #19699A; }
span { border-color: rgb(25,105,154); }
td.TdClassName
{
border-color: #19699A;
}
.TagClassName
{
border-color: #19699A;
}
</style>