Shades of Lochmara #1972AC
Tints of Lochmara #1972AC
RGB
CMYK
RGB Variations
Color information
#1972AC (or 0x1972AC) is known color: Lochmara. HEX triplet: 19, 72 and AC. RGB value is (25,114,172). Sum of RGB (Red+Green+Blue) = 25+114+172=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #1972AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1972AC is #E68D53. Grayscale: #5D5D5D. Windows color (decimal): -15109460 or 11301401. OLE color: 11301401.
HSL color Cylindrical-coordinate representation of color #1972AC: hue angle of 203.67º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1972AC is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 114 | 172 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.33 |
| HSL | 203.67º | 0.75% | 0.39% | - |
| HSV(B) | 203.67º | 0.85% | 0.67% | - |
| XYZ | 13.86 | 15.22 | 41.24 | - |
| YUV | 94 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 172 | 0.85 | 0.34 | 0 | 0.33 | 203.67 | 0.75 | 0.39 |
| Hex | 19 | 72 | AC | 55 | 22 | 0 | 21 | CC | 4B | 27 |
| Octal | 31 | 162 | 254 | 125 | 42 | 0 | 41 | 314 | 113 | 47 |
| Binary | 11001 | 1110010 | 10101100 | 1010101 | 100010 | 0 | 100001 | 11001100 | 1001011 | 100111 |
Color Harmonies of #1972AC
Complementary color
Monochromatic Colors of #1972AC
Black with #1972AC
Text Example
Text Example
White with #1972AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1972AC; }
p { color: rgb(25,114,172); }
H1.HeaderClassName
{
color: #1972AC;
}
.AnyTagClassName
{
color: #1972AC;
}
</style>
background-color css
<style>
a { background-color: #1972AC; }
a { background-color: rgb(25,114,172); }
div.DivClassName
{
background-color: #1972AC;
}
.BgClassName
{
background-color: #1972AC;
}
</style>
border-color css
<style>
span { border-color: #1972AC; }
span { border-color: rgb(25,114,172); }
td.TdClassName
{
border-color: #1972AC;
}
.TagClassName
{
border-color: #1972AC;
}
</style>