Shades of Lochmara #1B769A
Tints of Lochmara #1B769A
RGB
CMYK
RGB Variations
Color information
#1B769A (or 0x1B769A) is known color: Lochmara. HEX triplet: 1B, 76 and 9A. RGB value is (27,118,154). Sum of RGB (Red+Green+Blue) = 27+118+154=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B769A is #E48965. Grayscale: #5E5E5E. Windows color (decimal): -14977382 or 10122779. OLE color: 10122779.
HSL color Cylindrical-coordinate representation of color #1B769A: hue angle of 197.01º 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 #1B769A is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 118 | 154 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.40 |
| HSL | 197.01º | 0.7% | 0.35% | - |
| HSV(B) | 197.01º | 0.82% | 0.6% | - |
| XYZ | 12.76 | 15.52 | 32.9 | - |
| YUV | 94.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 154 | 0.82 | 0.23 | 0 | 0.40 | 197.01 | 0.7 | 0.35 |
| Hex | 1B | 76 | 9A | 52 | 17 | 0 | 28 | C5 | 46 | 23 |
| Octal | 33 | 166 | 232 | 122 | 27 | 0 | 50 | 305 | 106 | 43 |
| Binary | 11011 | 1110110 | 10011010 | 1010010 | 10111 | 0 | 101000 | 11000101 | 1000110 | 100011 |
Color Harmonies of #1B769A
Complementary color
Monochromatic Colors of #1B769A
Black with #1B769A
Text Example
Text Example
White with #1B769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B769A; }
p { color: rgb(27,118,154); }
H1.HeaderClassName
{
color: #1B769A;
}
.AnyTagClassName
{
color: #1B769A;
}
</style>
background-color css
<style>
a { background-color: #1B769A; }
a { background-color: rgb(27,118,154); }
div.DivClassName
{
background-color: #1B769A;
}
.BgClassName
{
background-color: #1B769A;
}
</style>
border-color css
<style>
span { border-color: #1B769A; }
span { border-color: rgb(27,118,154); }
td.TdClassName
{
border-color: #1B769A;
}
.TagClassName
{
border-color: #1B769A;
}
</style>