Shades of Lochmara #1B799B
Tints of Lochmara #1B799B
RGB
CMYK
RGB Variations
Color information
#1B799B (or 0x1B799B) is known color: Lochmara. HEX triplet: 1B, 79 and 9B. RGB value is (27,121,155). Sum of RGB (Red+Green+Blue) = 27+121+155=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B799B is #E48664. Grayscale: #606060. Windows color (decimal): -14976613 or 10189083. OLE color: 10189083.
HSL color Cylindrical-coordinate representation of color #1B799B: hue angle of 195.94º 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 #1B799B is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 121 | 155 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.39 |
| HSL | 195.94º | 0.7% | 0.36% | - |
| HSV(B) | 195.94º | 0.83% | 0.61% | - |
| XYZ | 13.21 | 16.27 | 33.46 | - |
| YUV | 96.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 121 | 155 | 0.83 | 0.22 | 0 | 0.39 | 195.94 | 0.7 | 0.36 |
| Hex | 1B | 79 | 9B | 53 | 16 | 0 | 27 | C4 | 46 | 24 |
| Octal | 33 | 171 | 233 | 123 | 26 | 0 | 47 | 304 | 106 | 44 |
| Binary | 11011 | 1111001 | 10011011 | 1010011 | 10110 | 0 | 100111 | 11000100 | 1000110 | 100100 |
Color Harmonies of #1B799B
Complementary color
Monochromatic Colors of #1B799B
Black with #1B799B
Text Example
Text Example
White with #1B799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B799B; }
p { color: rgb(27,121,155); }
H1.HeaderClassName
{
color: #1B799B;
}
.AnyTagClassName
{
color: #1B799B;
}
</style>
background-color css
<style>
a { background-color: #1B799B; }
a { background-color: rgb(27,121,155); }
div.DivClassName
{
background-color: #1B799B;
}
.BgClassName
{
background-color: #1B799B;
}
</style>
border-color css
<style>
span { border-color: #1B799B; }
span { border-color: rgb(27,121,155); }
td.TdClassName
{
border-color: #1B799B;
}
.TagClassName
{
border-color: #1B799B;
}
</style>