Shades of Lochmara #1763A0
Tints of Lochmara #1763A0
RGB
CMYK
RGB Variations
Color information
#1763A0 (or 0x1763A0) is known color: Lochmara. HEX triplet: 17, 63 and A0. RGB value is (23,99,160). Sum of RGB (Red+Green+Blue) = 23+99+160=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #1763A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1763A0 is #E89C5F. Grayscale: #525252. Windows color (decimal): -15244384 or 10511127. OLE color: 10511127.
HSL color Cylindrical-coordinate representation of color #1763A0: hue angle of 206.72º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1763A0 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 99 | 160 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.37 |
| HSL | 206.72º | 0.75% | 0.36% | - |
| HSV(B) | 206.72º | 0.86% | 0.63% | - |
| XYZ | 11.16 | 11.64 | 34.92 | - |
| YUV | 83.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 160 | 0.86 | 0.38 | 0 | 0.37 | 206.72 | 0.75 | 0.36 |
| Hex | 17 | 63 | A0 | 56 | 26 | 0 | 25 | CF | 4B | 24 |
| Octal | 27 | 143 | 240 | 126 | 46 | 0 | 45 | 317 | 113 | 44 |
| Binary | 10111 | 1100011 | 10100000 | 1010110 | 100110 | 0 | 100101 | 11001111 | 1001011 | 100100 |
Color Harmonies of #1763A0
Complementary color
Monochromatic Colors of #1763A0
Black with #1763A0
Text Example
Text Example
White with #1763A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763A0; }
p { color: rgb(23,99,160); }
H1.HeaderClassName
{
color: #1763A0;
}
.AnyTagClassName
{
color: #1763A0;
}
</style>
background-color css
<style>
a { background-color: #1763A0; }
a { background-color: rgb(23,99,160); }
div.DivClassName
{
background-color: #1763A0;
}
.BgClassName
{
background-color: #1763A0;
}
</style>
border-color css
<style>
span { border-color: #1763A0; }
span { border-color: rgb(23,99,160); }
td.TdClassName
{
border-color: #1763A0;
}
.TagClassName
{
border-color: #1763A0;
}
</style>