Shades of Lochmara #1B7598
Tints of Lochmara #1B7598
RGB
CMYK
RGB Variations
Color information
#1B7598 (or 0x1B7598) is known color: Lochmara. HEX triplet: 1B, 75 and 98. RGB value is (27,117,152). Sum of RGB (Red+Green+Blue) = 27+117+152=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B7598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7598 is #E48A67. Grayscale: #5D5D5D. Windows color (decimal): -14977640 or 9991451. OLE color: 9991451.
HSL color Cylindrical-coordinate representation of color #1B7598: hue angle of 196.8º 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 #1B7598 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 117 | 152 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.40 |
| HSL | 196.8º | 0.7% | 0.35% | - |
| HSV(B) | 196.8º | 0.82% | 0.6% | - |
| XYZ | 12.48 | 15.22 | 31.99 | - |
| YUV | 94.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 152 | 0.82 | 0.23 | 0 | 0.40 | 196.8 | 0.7 | 0.35 |
| Hex | 1B | 75 | 98 | 52 | 17 | 0 | 28 | C5 | 46 | 23 |
| Octal | 33 | 165 | 230 | 122 | 27 | 0 | 50 | 305 | 106 | 43 |
| Binary | 11011 | 1110101 | 10011000 | 1010010 | 10111 | 0 | 101000 | 11000101 | 1000110 | 100011 |
Color Harmonies of #1B7598
Complementary color
Monochromatic Colors of #1B7598
Black with #1B7598
Text Example
Text Example
White with #1B7598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7598; }
p { color: rgb(27,117,152); }
H1.HeaderClassName
{
color: #1B7598;
}
.AnyTagClassName
{
color: #1B7598;
}
</style>
background-color css
<style>
a { background-color: #1B7598; }
a { background-color: rgb(27,117,152); }
div.DivClassName
{
background-color: #1B7598;
}
.BgClassName
{
background-color: #1B7598;
}
</style>
border-color css
<style>
span { border-color: #1B7598; }
span { border-color: rgb(27,117,152); }
td.TdClassName
{
border-color: #1B7598;
}
.TagClassName
{
border-color: #1B7598;
}
</style>