Shades of Lochmara #19649F
Tints of Lochmara #19649F
RGB
CMYK
RGB Variations
Color information
#19649F (or 0x19649F) is known color: Lochmara. HEX triplet: 19, 64 and 9F. RGB value is (25,100,159). Sum of RGB (Red+Green+Blue) = 25+100+159=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #19649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19649F is #E69B60. Grayscale: #535353. Windows color (decimal): -15113057 or 10445849. OLE color: 10445849.
HSL color Cylindrical-coordinate representation of color #19649F: hue angle of 206.42º 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 #19649F is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 100 | 159 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.38 |
| HSL | 206.42º | 0.73% | 0.36% | - |
| HSV(B) | 206.42º | 0.84% | 0.62% | - |
| XYZ | 11.22 | 11.82 | 34.49 | - |
| YUV | 84.3 | 170.15 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 159 | 0.84 | 0.37 | 0 | 0.38 | 206.42 | 0.73 | 0.36 |
| Hex | 19 | 64 | 9F | 54 | 25 | 0 | 26 | CE | 49 | 24 |
| Octal | 31 | 144 | 237 | 124 | 45 | 0 | 46 | 316 | 111 | 44 |
| Binary | 11001 | 1100100 | 10011111 | 1010100 | 100101 | 0 | 100110 | 11001110 | 1001001 | 100100 |
Color Harmonies of #19649F
Complementary color
Monochromatic Colors of #19649F
Black with #19649F
Text Example
Text Example
White with #19649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19649F; }
p { color: rgb(25,100,159); }
H1.HeaderClassName
{
color: #19649F;
}
.AnyTagClassName
{
color: #19649F;
}
</style>
background-color css
<style>
a { background-color: #19649F; }
a { background-color: rgb(25,100,159); }
div.DivClassName
{
background-color: #19649F;
}
.BgClassName
{
background-color: #19649F;
}
</style>
border-color css
<style>
span { border-color: #19649F; }
span { border-color: rgb(25,100,159); }
td.TdClassName
{
border-color: #19649F;
}
.TagClassName
{
border-color: #19649F;
}
</style>