Shades of Lochmara #19739D
Tints of Lochmara #19739D
RGB
CMYK
RGB Variations
Color information
#19739D (or 0x19739D) is known color: Lochmara. HEX triplet: 19, 73 and 9D. RGB value is (25,115,157). Sum of RGB (Red+Green+Blue) = 25+115+157=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #19739D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19739D is #E68C62. Grayscale: #5C5C5C. Windows color (decimal): -15109219 or 10318617. OLE color: 10318617.
HSL color Cylindrical-coordinate representation of color #19739D: hue angle of 199.09º 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 #19739D is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 115 | 157 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.38 |
| HSL | 199.09º | 0.73% | 0.36% | - |
| HSV(B) | 199.09º | 0.84% | 0.62% | - |
| XYZ | 12.62 | 14.9 | 34.11 | - |
| YUV | 92.88 | 164.18 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 157 | 0.84 | 0.27 | 0 | 0.38 | 199.09 | 0.73 | 0.36 |
| Hex | 19 | 73 | 9D | 54 | 1B | 0 | 26 | C7 | 49 | 24 |
| Octal | 31 | 163 | 235 | 124 | 33 | 0 | 46 | 307 | 111 | 44 |
| Binary | 11001 | 1110011 | 10011101 | 1010100 | 11011 | 0 | 100110 | 11000111 | 1001001 | 100100 |
Color Harmonies of #19739D
Complementary color
Monochromatic Colors of #19739D
Black with #19739D
Text Example
Text Example
White with #19739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19739D; }
p { color: rgb(25,115,157); }
H1.HeaderClassName
{
color: #19739D;
}
.AnyTagClassName
{
color: #19739D;
}
</style>
background-color css
<style>
a { background-color: #19739D; }
a { background-color: rgb(25,115,157); }
div.DivClassName
{
background-color: #19739D;
}
.BgClassName
{
background-color: #19739D;
}
</style>
border-color css
<style>
span { border-color: #19739D; }
span { border-color: rgb(25,115,157); }
td.TdClassName
{
border-color: #19739D;
}
.TagClassName
{
border-color: #19739D;
}
</style>