Shades of Lochmara #1B689C
Tints of Lochmara #1B689C
RGB
CMYK
RGB Variations
Color information
#1B689C (or 0x1B689C) is known color: Lochmara. HEX triplet: 1B, 68 and 9C. RGB value is (27,104,156). Sum of RGB (Red+Green+Blue) = 27+104+156=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B689C is #E49763. Grayscale: #565656. Windows color (decimal): -14980964 or 10250267. OLE color: 10250267.
HSL color Cylindrical-coordinate representation of color #1B689C: hue angle of 204.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B689C is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 104 | 156 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.39 |
| HSL | 204.19º | 0.7% | 0.36% | - |
| HSV(B) | 204.19º | 0.83% | 0.61% | - |
| XYZ | 11.4 | 12.53 | 33.27 | - |
| YUV | 86.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 156 | 0.83 | 0.33 | 0 | 0.39 | 204.19 | 0.7 | 0.36 |
| Hex | 1B | 68 | 9C | 53 | 21 | 0 | 27 | CC | 46 | 24 |
| Octal | 33 | 150 | 234 | 123 | 41 | 0 | 47 | 314 | 106 | 44 |
| Binary | 11011 | 1101000 | 10011100 | 1010011 | 100001 | 0 | 100111 | 11001100 | 1000110 | 100100 |
Color Harmonies of #1B689C
Complementary color
Monochromatic Colors of #1B689C
Black with #1B689C
Text Example
Text Example
White with #1B689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B689C; }
p { color: rgb(27,104,156); }
H1.HeaderClassName
{
color: #1B689C;
}
.AnyTagClassName
{
color: #1B689C;
}
</style>
background-color css
<style>
a { background-color: #1B689C; }
a { background-color: rgb(27,104,156); }
div.DivClassName
{
background-color: #1B689C;
}
.BgClassName
{
background-color: #1B689C;
}
</style>
border-color css
<style>
span { border-color: #1B689C; }
span { border-color: rgb(27,104,156); }
td.TdClassName
{
border-color: #1B689C;
}
.TagClassName
{
border-color: #1B689C;
}
</style>