Shades of Lochmara #1B749C
Tints of Lochmara #1B749C
RGB
CMYK
RGB Variations
Color information
#1B749C (or 0x1B749C) is known color: Lochmara. HEX triplet: 1B, 74 and 9C. RGB value is (27,116,156). Sum of RGB (Red+Green+Blue) = 27+116+156=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B749C is #E48B63. Grayscale: #5D5D5D. Windows color (decimal): -14977892 or 10253339. OLE color: 10253339.
HSL color Cylindrical-coordinate representation of color #1B749C: hue angle of 198.6º 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 #1B749C is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 116 | 156 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.39 |
| HSL | 198.6º | 0.7% | 0.36% | - |
| HSV(B) | 198.6º | 0.83% | 0.61% | - |
| XYZ | 12.7 | 15.12 | 33.7 | - |
| YUV | 93.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 156 | 0.83 | 0.26 | 0 | 0.39 | 198.6 | 0.7 | 0.36 |
| Hex | 1B | 74 | 9C | 53 | 1A | 0 | 27 | C7 | 46 | 24 |
| Octal | 33 | 164 | 234 | 123 | 32 | 0 | 47 | 307 | 106 | 44 |
| Binary | 11011 | 1110100 | 10011100 | 1010011 | 11010 | 0 | 100111 | 11000111 | 1000110 | 100100 |
Color Harmonies of #1B749C
Complementary color
Monochromatic Colors of #1B749C
Black with #1B749C
Text Example
Text Example
White with #1B749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B749C; }
p { color: rgb(27,116,156); }
H1.HeaderClassName
{
color: #1B749C;
}
.AnyTagClassName
{
color: #1B749C;
}
</style>
background-color css
<style>
a { background-color: #1B749C; }
a { background-color: rgb(27,116,156); }
div.DivClassName
{
background-color: #1B749C;
}
.BgClassName
{
background-color: #1B749C;
}
</style>
border-color css
<style>
span { border-color: #1B749C; }
span { border-color: rgb(27,116,156); }
td.TdClassName
{
border-color: #1B749C;
}
.TagClassName
{
border-color: #1B749C;
}
</style>