Shades of Lochmara #1966A4
Tints of Lochmara #1966A4
RGB
CMYK
RGB Variations
Color information
#1966A4 (or 0x1966A4) is known color: Lochmara. HEX triplet: 19, 66 and A4. RGB value is (25,102,164). Sum of RGB (Red+Green+Blue) = 25+102+164=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #1966A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1966A4 is #E6995B. Grayscale: #555555. Windows color (decimal): -15112540 or 10774041. OLE color: 10774041.
HSL color Cylindrical-coordinate representation of color #1966A4: hue angle of 206.76º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1966A4 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 102 | 164 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.36 |
| HSL | 206.76º | 0.74% | 0.37% | - |
| HSV(B) | 206.76º | 0.85% | 0.64% | - |
| XYZ | 11.85 | 12.39 | 36.89 | - |
| YUV | 86.05 | 171.99 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 164 | 0.85 | 0.38 | 0 | 0.36 | 206.76 | 0.74 | 0.37 |
| Hex | 19 | 66 | A4 | 55 | 26 | 0 | 24 | CF | 4A | 25 |
| Octal | 31 | 146 | 244 | 125 | 46 | 0 | 44 | 317 | 112 | 45 |
| Binary | 11001 | 1100110 | 10100100 | 1010101 | 100110 | 0 | 100100 | 11001111 | 1001010 | 100101 |
Color Harmonies of #1966A4
Complementary color
Monochromatic Colors of #1966A4
Black with #1966A4
Text Example
Text Example
White with #1966A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966A4; }
p { color: rgb(25,102,164); }
H1.HeaderClassName
{
color: #1966A4;
}
.AnyTagClassName
{
color: #1966A4;
}
</style>
background-color css
<style>
a { background-color: #1966A4; }
a { background-color: rgb(25,102,164); }
div.DivClassName
{
background-color: #1966A4;
}
.BgClassName
{
background-color: #1966A4;
}
</style>
border-color css
<style>
span { border-color: #1966A4; }
span { border-color: rgb(25,102,164); }
td.TdClassName
{
border-color: #1966A4;
}
.TagClassName
{
border-color: #1966A4;
}
</style>