Shades of Lochmara #1B7798
Tints of Lochmara #1B7798
RGB
CMYK
RGB Variations
Color information
#1B7798 (or 0x1B7798) is known color: Lochmara. HEX triplet: 1B, 77 and 98. RGB value is (27,119,152). Sum of RGB (Red+Green+Blue) = 27+119+152=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B7798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7798 is #E48867. Grayscale: #5F5F5F. Windows color (decimal): -14977128 or 9991963. OLE color: 9991963.
HSL color Cylindrical-coordinate representation of color #1B7798: hue angle of 195.84º 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 #1B7798 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 119 | 152 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.40 |
| HSL | 195.84º | 0.7% | 0.35% | - |
| HSV(B) | 195.84º | 0.82% | 0.6% | - |
| XYZ | 12.72 | 15.69 | 32.06 | - |
| YUV | 95.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 152 | 0.82 | 0.22 | 0 | 0.40 | 195.84 | 0.7 | 0.35 |
| Hex | 1B | 77 | 98 | 52 | 16 | 0 | 28 | C4 | 46 | 23 |
| Octal | 33 | 167 | 230 | 122 | 26 | 0 | 50 | 304 | 106 | 43 |
| Binary | 11011 | 1110111 | 10011000 | 1010010 | 10110 | 0 | 101000 | 11000100 | 1000110 | 100011 |
Color Harmonies of #1B7798
Complementary color
Monochromatic Colors of #1B7798
Black with #1B7798
Text Example
Text Example
White with #1B7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7798; }
p { color: rgb(27,119,152); }
H1.HeaderClassName
{
color: #1B7798;
}
.AnyTagClassName
{
color: #1B7798;
}
</style>
background-color css
<style>
a { background-color: #1B7798; }
a { background-color: rgb(27,119,152); }
div.DivClassName
{
background-color: #1B7798;
}
.BgClassName
{
background-color: #1B7798;
}
</style>
border-color css
<style>
span { border-color: #1B7798; }
span { border-color: rgb(27,119,152); }
td.TdClassName
{
border-color: #1B7798;
}
.TagClassName
{
border-color: #1B7798;
}
</style>