Shades of Lochmara #19749E
Tints of Lochmara #19749E
RGB
CMYK
RGB Variations
Color information
#19749E (or 0x19749E) is known color: Lochmara. HEX triplet: 19, 74 and 9E. RGB value is (25,116,158). Sum of RGB (Red+Green+Blue) = 25+116+158=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #19749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19749E is #E68B61. Grayscale: #5D5D5D. Windows color (decimal): -15108962 or 10384409. OLE color: 10384409.
HSL color Cylindrical-coordinate representation of color #19749E: hue angle of 198.95º 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 #19749E is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 116 | 158 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.38 |
| HSL | 198.95º | 0.73% | 0.36% | - |
| HSV(B) | 198.95º | 0.84% | 0.62% | - |
| XYZ | 12.82 | 15.17 | 34.6 | - |
| YUV | 93.58 | 164.35 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 158 | 0.84 | 0.27 | 0 | 0.38 | 198.95 | 0.73 | 0.36 |
| Hex | 19 | 74 | 9E | 54 | 1B | 0 | 26 | C7 | 49 | 24 |
| Octal | 31 | 164 | 236 | 124 | 33 | 0 | 46 | 307 | 111 | 44 |
| Binary | 11001 | 1110100 | 10011110 | 1010100 | 11011 | 0 | 100110 | 11000111 | 1001001 | 100100 |
Color Harmonies of #19749E
Complementary color
Monochromatic Colors of #19749E
Black with #19749E
Text Example
Text Example
White with #19749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19749E; }
p { color: rgb(25,116,158); }
H1.HeaderClassName
{
color: #19749E;
}
.AnyTagClassName
{
color: #19749E;
}
</style>
background-color css
<style>
a { background-color: #19749E; }
a { background-color: rgb(25,116,158); }
div.DivClassName
{
background-color: #19749E;
}
.BgClassName
{
background-color: #19749E;
}
</style>
border-color css
<style>
span { border-color: #19749E; }
span { border-color: rgb(25,116,158); }
td.TdClassName
{
border-color: #19749E;
}
.TagClassName
{
border-color: #19749E;
}
</style>