Shades of Lochmara #1C669B
Tints of Lochmara #1C669B
RGB
CMYK
RGB Variations
Color information
#1C669B (or 0x1C669B) is known color: Lochmara. HEX triplet: 1C, 66 and 9B. RGB value is (28,102,155). Sum of RGB (Red+Green+Blue) = 28+102+155=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C669B is #E39964. Grayscale: #555555. Windows color (decimal): -14915941 or 10184220. OLE color: 10184220.
HSL color Cylindrical-coordinate representation of color #1C669B: hue angle of 205.04º 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 #1C669B is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 102 | 155 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.39 |
| HSL | 205.04º | 0.69% | 0.36% | - |
| HSV(B) | 205.04º | 0.82% | 0.61% | - |
| XYZ | 11.15 | 12.12 | 32.76 | - |
| YUV | 85.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 155 | 0.82 | 0.34 | 0 | 0.39 | 205.04 | 0.69 | 0.36 |
| Hex | 1C | 66 | 9B | 52 | 22 | 0 | 27 | CD | 45 | 24 |
| Octal | 34 | 146 | 233 | 122 | 42 | 0 | 47 | 315 | 105 | 44 |
| Binary | 11100 | 1100110 | 10011011 | 1010010 | 100010 | 0 | 100111 | 11001101 | 1000101 | 100100 |
Color Harmonies of #1C669B
Complementary color
Monochromatic Colors of #1C669B
Black with #1C669B
Text Example
Text Example
White with #1C669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C669B; }
p { color: rgb(28,102,155); }
H1.HeaderClassName
{
color: #1C669B;
}
.AnyTagClassName
{
color: #1C669B;
}
</style>
background-color css
<style>
a { background-color: #1C669B; }
a { background-color: rgb(28,102,155); }
div.DivClassName
{
background-color: #1C669B;
}
.BgClassName
{
background-color: #1C669B;
}
</style>
border-color css
<style>
span { border-color: #1C669B; }
span { border-color: rgb(28,102,155); }
td.TdClassName
{
border-color: #1C669B;
}
.TagClassName
{
border-color: #1C669B;
}
</style>