Shades of Lochmara #1C659B
Tints of Lochmara #1C659B
RGB
CMYK
RGB Variations
Color information
#1C659B (or 0x1C659B) is known color: Lochmara. HEX triplet: 1C, 65 and 9B. RGB value is (28,101,155). Sum of RGB (Red+Green+Blue) = 28+101+155=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C659B is #E39A64. Grayscale: #555555. Windows color (decimal): -14916197 or 10183964. OLE color: 10183964.
HSL color Cylindrical-coordinate representation of color #1C659B: hue angle of 205.51º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C659B is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 101 | 155 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.39 |
| HSL | 205.51º | 0.69% | 0.36% | - |
| HSV(B) | 205.51º | 0.82% | 0.61% | - |
| XYZ | 11.05 | 11.92 | 32.73 | - |
| YUV | 85.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 155 | 0.82 | 0.35 | 0 | 0.39 | 205.51 | 0.69 | 0.36 |
| Hex | 1C | 65 | 9B | 52 | 23 | 0 | 27 | CE | 45 | 24 |
| Octal | 34 | 145 | 233 | 122 | 43 | 0 | 47 | 316 | 105 | 44 |
| Binary | 11100 | 1100101 | 10011011 | 1010010 | 100011 | 0 | 100111 | 11001110 | 1000101 | 100100 |
Color Harmonies of #1C659B
Complementary color
Monochromatic Colors of #1C659B
Black with #1C659B
Text Example
Text Example
White with #1C659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C659B; }
p { color: rgb(28,101,155); }
H1.HeaderClassName
{
color: #1C659B;
}
.AnyTagClassName
{
color: #1C659B;
}
</style>
background-color css
<style>
a { background-color: #1C659B; }
a { background-color: rgb(28,101,155); }
div.DivClassName
{
background-color: #1C659B;
}
.BgClassName
{
background-color: #1C659B;
}
</style>
border-color css
<style>
span { border-color: #1C659B; }
span { border-color: rgb(28,101,155); }
td.TdClassName
{
border-color: #1C659B;
}
.TagClassName
{
border-color: #1C659B;
}
</style>