Shades of Lochmara #19699B
Tints of Lochmara #19699B
RGB
CMYK
RGB Variations
Color information
#19699B (or 0x19699B) is known color: Lochmara. HEX triplet: 19, 69 and 9B. RGB value is (25,105,155). Sum of RGB (Red+Green+Blue) = 25+105+155=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #19699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19699B is #E69664. Grayscale: #565656. Windows color (decimal): -15111781 or 10184985. OLE color: 10184985.
HSL color Cylindrical-coordinate representation of color #19699B: hue angle of 203.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19699B is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 105 | 155 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.39 |
| HSL | 203.08º | 0.72% | 0.35% | - |
| HSV(B) | 203.08º | 0.84% | 0.61% | - |
| XYZ | 11.37 | 12.68 | 32.86 | - |
| YUV | 86.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 155 | 0.84 | 0.32 | 0 | 0.39 | 203.08 | 0.72 | 0.35 |
| Hex | 19 | 69 | 9B | 54 | 20 | 0 | 27 | CB | 48 | 23 |
| Octal | 31 | 151 | 233 | 124 | 40 | 0 | 47 | 313 | 110 | 43 |
| Binary | 11001 | 1101001 | 10011011 | 1010100 | 100000 | 0 | 100111 | 11001011 | 1001000 | 100011 |
Color Harmonies of #19699B
Complementary color
Monochromatic Colors of #19699B
Black with #19699B
Text Example
Text Example
White with #19699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19699B; }
p { color: rgb(25,105,155); }
H1.HeaderClassName
{
color: #19699B;
}
.AnyTagClassName
{
color: #19699B;
}
</style>
background-color css
<style>
a { background-color: #19699B; }
a { background-color: rgb(25,105,155); }
div.DivClassName
{
background-color: #19699B;
}
.BgClassName
{
background-color: #19699B;
}
</style>
border-color css
<style>
span { border-color: #19699B; }
span { border-color: rgb(25,105,155); }
td.TdClassName
{
border-color: #19699B;
}
.TagClassName
{
border-color: #19699B;
}
</style>