Shades of Lochmara #1763A2
Tints of Lochmara #1763A2
RGB
CMYK
RGB Variations
Color information
#1763A2 (or 0x1763A2) is known color: Lochmara. HEX triplet: 17, 63 and A2. RGB value is (23,99,162). Sum of RGB (Red+Green+Blue) = 23+99+162=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #1763A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1763A2 is #E89C5D. Grayscale: #535353. Windows color (decimal): -15244382 or 10642199. OLE color: 10642199.
HSL color Cylindrical-coordinate representation of color #1763A2: hue angle of 207.19º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1763A2 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 99 | 162 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.36 |
| HSL | 207.19º | 0.75% | 0.36% | - |
| HSV(B) | 207.19º | 0.86% | 0.64% | - |
| XYZ | 11.34 | 11.71 | 35.85 | - |
| YUV | 83.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 162 | 0.86 | 0.39 | 0 | 0.36 | 207.19 | 0.75 | 0.36 |
| Hex | 17 | 63 | A2 | 56 | 27 | 0 | 24 | CF | 4B | 24 |
| Octal | 27 | 143 | 242 | 126 | 47 | 0 | 44 | 317 | 113 | 44 |
| Binary | 10111 | 1100011 | 10100010 | 1010110 | 100111 | 0 | 100100 | 11001111 | 1001011 | 100100 |
Color Harmonies of #1763A2
Complementary color
Monochromatic Colors of #1763A2
Black with #1763A2
Text Example
Text Example
White with #1763A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763A2; }
p { color: rgb(23,99,162); }
H1.HeaderClassName
{
color: #1763A2;
}
.AnyTagClassName
{
color: #1763A2;
}
</style>
background-color css
<style>
a { background-color: #1763A2; }
a { background-color: rgb(23,99,162); }
div.DivClassName
{
background-color: #1763A2;
}
.BgClassName
{
background-color: #1763A2;
}
</style>
border-color css
<style>
span { border-color: #1763A2; }
span { border-color: rgb(23,99,162); }
td.TdClassName
{
border-color: #1763A2;
}
.TagClassName
{
border-color: #1763A2;
}
</style>