Shades of Lochmara #19729B
Tints of Lochmara #19729B
RGB
CMYK
RGB Variations
Color information
#19729B (or 0x19729B) is known color: Lochmara. HEX triplet: 19, 72 and 9B. RGB value is (25,114,155). Sum of RGB (Red+Green+Blue) = 25+114+155=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #19729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19729B is #E68D64. Grayscale: #5B5B5B. Windows color (decimal): -15109477 or 10187289. OLE color: 10187289.
HSL color Cylindrical-coordinate representation of color #19729B: hue angle of 198.92º 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 #19729B is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 114 | 155 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.39 |
| HSL | 198.92º | 0.72% | 0.35% | - |
| HSV(B) | 198.92º | 0.84% | 0.61% | - |
| XYZ | 12.33 | 14.61 | 33.18 | - |
| YUV | 92.06 | 163.51 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 155 | 0.84 | 0.26 | 0 | 0.39 | 198.92 | 0.72 | 0.35 |
| Hex | 19 | 72 | 9B | 54 | 1A | 0 | 27 | C7 | 48 | 23 |
| Octal | 31 | 162 | 233 | 124 | 32 | 0 | 47 | 307 | 110 | 43 |
| Binary | 11001 | 1110010 | 10011011 | 1010100 | 11010 | 0 | 100111 | 11000111 | 1001000 | 100011 |
Color Harmonies of #19729B
Complementary color
Monochromatic Colors of #19729B
Black with #19729B
Text Example
Text Example
White with #19729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19729B; }
p { color: rgb(25,114,155); }
H1.HeaderClassName
{
color: #19729B;
}
.AnyTagClassName
{
color: #19729B;
}
</style>
background-color css
<style>
a { background-color: #19729B; }
a { background-color: rgb(25,114,155); }
div.DivClassName
{
background-color: #19729B;
}
.BgClassName
{
background-color: #19729B;
}
</style>
border-color css
<style>
span { border-color: #19729B; }
span { border-color: rgb(25,114,155); }
td.TdClassName
{
border-color: #19729B;
}
.TagClassName
{
border-color: #19729B;
}
</style>