Shades of Lochmara #19639F
Tints of Lochmara #19639F
RGB
CMYK
RGB Variations
Color information
#19639F (or 0x19639F) is known color: Lochmara. HEX triplet: 19, 63 and 9F. RGB value is (25,99,159). Sum of RGB (Red+Green+Blue) = 25+99+159=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #19639F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19639F is #E69C60. Grayscale: #535353. Windows color (decimal): -15113313 or 10445593. OLE color: 10445593.
HSL color Cylindrical-coordinate representation of color #19639F: hue angle of 206.87º 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 #19639F is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 99 | 159 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.38 |
| HSL | 206.87º | 0.73% | 0.36% | - |
| HSV(B) | 206.87º | 0.84% | 0.62% | - |
| XYZ | 11.12 | 11.63 | 34.46 | - |
| YUV | 83.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 159 | 0.84 | 0.38 | 0 | 0.38 | 206.87 | 0.73 | 0.36 |
| Hex | 19 | 63 | 9F | 54 | 26 | 0 | 26 | CF | 49 | 24 |
| Octal | 31 | 143 | 237 | 124 | 46 | 0 | 46 | 317 | 111 | 44 |
| Binary | 11001 | 1100011 | 10011111 | 1010100 | 100110 | 0 | 100110 | 11001111 | 1001001 | 100100 |
Color Harmonies of #19639F
Complementary color
Monochromatic Colors of #19639F
Black with #19639F
Text Example
Text Example
White with #19639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19639F; }
p { color: rgb(25,99,159); }
H1.HeaderClassName
{
color: #19639F;
}
.AnyTagClassName
{
color: #19639F;
}
</style>
background-color css
<style>
a { background-color: #19639F; }
a { background-color: rgb(25,99,159); }
div.DivClassName
{
background-color: #19639F;
}
.BgClassName
{
background-color: #19639F;
}
</style>
border-color css
<style>
span { border-color: #19639F; }
span { border-color: rgb(25,99,159); }
td.TdClassName
{
border-color: #19639F;
}
.TagClassName
{
border-color: #19639F;
}
</style>