Shades of Lochmara #1B6A97
Tints of Lochmara #1B6A97
RGB
CMYK
RGB Variations
Color information
#1B6A97 (or 0x1B6A97) is known color: Lochmara. HEX triplet: 1B, 6A and 97. RGB value is (27,106,151). Sum of RGB (Red+Green+Blue) = 27+106+151=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B6A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6A97 is #E49568. Grayscale: #575757. Windows color (decimal): -14980457 or 9923099. OLE color: 9923099.
HSL color Cylindrical-coordinate representation of color #1B6A97: hue angle of 201.77º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6A97 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 106 | 151 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.41 |
| HSL | 201.77º | 0.7% | 0.35% | - |
| HSV(B) | 201.77º | 0.82% | 0.59% | - |
| XYZ | 11.19 | 12.78 | 31.15 | - |
| YUV | 87.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 106 | 151 | 0.82 | 0.30 | 0 | 0.41 | 201.77 | 0.7 | 0.35 |
| Hex | 1B | 6A | 97 | 52 | 1E | 0 | 29 | CA | 46 | 23 |
| Octal | 33 | 152 | 227 | 122 | 36 | 0 | 51 | 312 | 106 | 43 |
| Binary | 11011 | 1101010 | 10010111 | 1010010 | 11110 | 0 | 101001 | 11001010 | 1000110 | 100011 |
Color Harmonies of #1B6A97
Complementary color
Monochromatic Colors of #1B6A97
Black with #1B6A97
Text Example
Text Example
White with #1B6A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6A97; }
p { color: rgb(27,106,151); }
H1.HeaderClassName
{
color: #1B6A97;
}
.AnyTagClassName
{
color: #1B6A97;
}
</style>
background-color css
<style>
a { background-color: #1B6A97; }
a { background-color: rgb(27,106,151); }
div.DivClassName
{
background-color: #1B6A97;
}
.BgClassName
{
background-color: #1B6A97;
}
</style>
border-color css
<style>
span { border-color: #1B6A97; }
span { border-color: rgb(27,106,151); }
td.TdClassName
{
border-color: #1B6A97;
}
.TagClassName
{
border-color: #1B6A97;
}
</style>