Shades of Lochmara #1B6998
Tints of Lochmara #1B6998
RGB
CMYK
RGB Variations
Color information
#1B6998 (or 0x1B6998) is known color: Lochmara. HEX triplet: 1B, 69 and 98. RGB value is (27,105,152). Sum of RGB (Red+Green+Blue) = 27+105+152=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B6998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6998 is #E49667. Grayscale: #565656. Windows color (decimal): -14980712 or 9988379. OLE color: 9988379.
HSL color Cylindrical-coordinate representation of color #1B6998: hue angle of 202.56º 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 #1B6998 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 105 | 152 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.40 |
| HSL | 202.56º | 0.7% | 0.35% | - |
| HSV(B) | 202.56º | 0.82% | 0.6% | - |
| XYZ | 11.17 | 12.6 | 31.55 | - |
| YUV | 87.04 | 164.66 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 152 | 0.82 | 0.31 | 0 | 0.40 | 202.56 | 0.7 | 0.35 |
| Hex | 1B | 69 | 98 | 52 | 1F | 0 | 28 | CB | 46 | 23 |
| Octal | 33 | 151 | 230 | 122 | 37 | 0 | 50 | 313 | 106 | 43 |
| Binary | 11011 | 1101001 | 10011000 | 1010010 | 11111 | 0 | 101000 | 11001011 | 1000110 | 100011 |
Color Harmonies of #1B6998
Complementary color
Monochromatic Colors of #1B6998
Black with #1B6998
Text Example
Text Example
White with #1B6998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6998; }
p { color: rgb(27,105,152); }
H1.HeaderClassName
{
color: #1B6998;
}
.AnyTagClassName
{
color: #1B6998;
}
</style>
background-color css
<style>
a { background-color: #1B6998; }
a { background-color: rgb(27,105,152); }
div.DivClassName
{
background-color: #1B6998;
}
.BgClassName
{
background-color: #1B6998;
}
</style>
border-color css
<style>
span { border-color: #1B6998; }
span { border-color: rgb(27,105,152); }
td.TdClassName
{
border-color: #1B6998;
}
.TagClassName
{
border-color: #1B6998;
}
</style>