Shades of Lochmara #19749D
Tints of Lochmara #19749D
RGB
CMYK
RGB Variations
Color information
#19749D (or 0x19749D) is known color: Lochmara. HEX triplet: 19, 74 and 9D. RGB value is (25,116,157). Sum of RGB (Red+Green+Blue) = 25+116+157=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #19749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19749D is #E68B62. Grayscale: #5D5D5D. Windows color (decimal): -15108963 or 10318873. OLE color: 10318873.
HSL color Cylindrical-coordinate representation of color #19749D: hue angle of 198.64º 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 #19749D is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 116 | 157 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.38 |
| HSL | 198.64º | 0.73% | 0.36% | - |
| HSV(B) | 198.64º | 0.84% | 0.62% | - |
| XYZ | 12.73 | 15.13 | 34.15 | - |
| YUV | 93.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 157 | 0.84 | 0.26 | 0 | 0.38 | 198.64 | 0.73 | 0.36 |
| Hex | 19 | 74 | 9D | 54 | 1A | 0 | 26 | C7 | 49 | 24 |
| Octal | 31 | 164 | 235 | 124 | 32 | 0 | 46 | 307 | 111 | 44 |
| Binary | 11001 | 1110100 | 10011101 | 1010100 | 11010 | 0 | 100110 | 11000111 | 1001001 | 100100 |
Color Harmonies of #19749D
Complementary color
Monochromatic Colors of #19749D
Black with #19749D
Text Example
Text Example
White with #19749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19749D; }
p { color: rgb(25,116,157); }
H1.HeaderClassName
{
color: #19749D;
}
.AnyTagClassName
{
color: #19749D;
}
</style>
background-color css
<style>
a { background-color: #19749D; }
a { background-color: rgb(25,116,157); }
div.DivClassName
{
background-color: #19749D;
}
.BgClassName
{
background-color: #19749D;
}
</style>
border-color css
<style>
span { border-color: #19749D; }
span { border-color: rgb(25,116,157); }
td.TdClassName
{
border-color: #19749D;
}
.TagClassName
{
border-color: #19749D;
}
</style>