Shades of Lochmara #1B6C98
Tints of Lochmara #1B6C98
RGB
CMYK
RGB Variations
Color information
#1B6C98 (or 0x1B6C98) is known color: Lochmara. HEX triplet: 1B, 6C and 98. RGB value is (27,108,152). Sum of RGB (Red+Green+Blue) = 27+108+152=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B6C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6C98 is #E49367. Grayscale: #585858. Windows color (decimal): -14979944 or 9989147. OLE color: 9989147.
HSL color Cylindrical-coordinate representation of color #1B6C98: hue angle of 201.12º 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 #1B6C98 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 108 | 152 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.40 |
| HSL | 201.12º | 0.7% | 0.35% | - |
| HSV(B) | 201.12º | 0.82% | 0.6% | - |
| XYZ | 11.48 | 13.23 | 31.65 | - |
| YUV | 88.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 152 | 0.82 | 0.29 | 0 | 0.40 | 201.12 | 0.7 | 0.35 |
| Hex | 1B | 6C | 98 | 52 | 1D | 0 | 28 | C9 | 46 | 23 |
| Octal | 33 | 154 | 230 | 122 | 35 | 0 | 50 | 311 | 106 | 43 |
| Binary | 11011 | 1101100 | 10011000 | 1010010 | 11101 | 0 | 101000 | 11001001 | 1000110 | 100011 |
Color Harmonies of #1B6C98
Complementary color
Monochromatic Colors of #1B6C98
Black with #1B6C98
Text Example
Text Example
White with #1B6C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C98; }
p { color: rgb(27,108,152); }
H1.HeaderClassName
{
color: #1B6C98;
}
.AnyTagClassName
{
color: #1B6C98;
}
</style>
background-color css
<style>
a { background-color: #1B6C98; }
a { background-color: rgb(27,108,152); }
div.DivClassName
{
background-color: #1B6C98;
}
.BgClassName
{
background-color: #1B6C98;
}
</style>
border-color css
<style>
span { border-color: #1B6C98; }
span { border-color: rgb(27,108,152); }
td.TdClassName
{
border-color: #1B6C98;
}
.TagClassName
{
border-color: #1B6C98;
}
</style>