Shades of Lochmara #1972A0
Tints of Lochmara #1972A0
RGB
CMYK
RGB Variations
Color information
#1972A0 (or 0x1972A0) is known color: Lochmara. HEX triplet: 19, 72 and A0. RGB value is (25,114,160). Sum of RGB (Red+Green+Blue) = 25+114+160=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #1972A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1972A0 is #E68D5F. Grayscale: #5C5C5C. Windows color (decimal): -15109472 or 10514969. OLE color: 10514969.
HSL color Cylindrical-coordinate representation of color #1972A0: hue angle of 200.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1972A0 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 114 | 160 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.37 |
| HSL | 200.44º | 0.73% | 0.36% | - |
| HSV(B) | 200.44º | 0.84% | 0.63% | - |
| XYZ | 12.76 | 14.78 | 35.44 | - |
| YUV | 92.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 160 | 0.84 | 0.29 | 0 | 0.37 | 200.44 | 0.73 | 0.36 |
| Hex | 19 | 72 | A0 | 54 | 1D | 0 | 25 | C8 | 49 | 24 |
| Octal | 31 | 162 | 240 | 124 | 35 | 0 | 45 | 310 | 111 | 44 |
| Binary | 11001 | 1110010 | 10100000 | 1010100 | 11101 | 0 | 100101 | 11001000 | 1001001 | 100100 |
Color Harmonies of #1972A0
Complementary color
Monochromatic Colors of #1972A0
Black with #1972A0
Text Example
Text Example
White with #1972A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972A0; }
p { color: rgb(25,114,160); }
H1.HeaderClassName
{
color: #1972A0;
}
.AnyTagClassName
{
color: #1972A0;
}
</style>
background-color css
<style>
a { background-color: #1972A0; }
a { background-color: rgb(25,114,160); }
div.DivClassName
{
background-color: #1972A0;
}
.BgClassName
{
background-color: #1972A0;
}
</style>
border-color css
<style>
span { border-color: #1972A0; }
span { border-color: rgb(25,114,160); }
td.TdClassName
{
border-color: #1972A0;
}
.TagClassName
{
border-color: #1972A0;
}
</style>