Shades of Lochmara #1B659A
Tints of Lochmara #1B659A
RGB
CMYK
RGB Variations
Color information
#1B659A (or 0x1B659A) is known color: Lochmara. HEX triplet: 1B, 65 and 9A. RGB value is (27,101,154). Sum of RGB (Red+Green+Blue) = 27+101+154=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B659A is #E49A65. Grayscale: #545454. Windows color (decimal): -14981734 or 10118427. OLE color: 10118427.
HSL color Cylindrical-coordinate representation of color #1B659A: hue angle of 205.04º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B659A is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 101 | 154 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.40 |
| HSL | 205.04º | 0.7% | 0.35% | - |
| HSV(B) | 205.04º | 0.82% | 0.6% | - |
| XYZ | 10.94 | 11.87 | 32.29 | - |
| YUV | 84.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 101 | 154 | 0.82 | 0.34 | 0 | 0.40 | 205.04 | 0.7 | 0.35 |
| Hex | 1B | 65 | 9A | 52 | 22 | 0 | 28 | CD | 46 | 23 |
| Octal | 33 | 145 | 232 | 122 | 42 | 0 | 50 | 315 | 106 | 43 |
| Binary | 11011 | 1100101 | 10011010 | 1010010 | 100010 | 0 | 101000 | 11001101 | 1000110 | 100011 |
Color Harmonies of #1B659A
Complementary color
Monochromatic Colors of #1B659A
Black with #1B659A
Text Example
Text Example
White with #1B659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B659A; }
p { color: rgb(27,101,154); }
H1.HeaderClassName
{
color: #1B659A;
}
.AnyTagClassName
{
color: #1B659A;
}
</style>
background-color css
<style>
a { background-color: #1B659A; }
a { background-color: rgb(27,101,154); }
div.DivClassName
{
background-color: #1B659A;
}
.BgClassName
{
background-color: #1B659A;
}
</style>
border-color css
<style>
span { border-color: #1B659A; }
span { border-color: rgb(27,101,154); }
td.TdClassName
{
border-color: #1B659A;
}
.TagClassName
{
border-color: #1B659A;
}
</style>