Shades of Lochmara #1B78AC
Tints of Lochmara #1B78AC
RGB
CMYK
RGB Variations
Color information
#1B78AC (or 0x1B78AC) is known color: Lochmara. HEX triplet: 1B, 78 and AC. RGB value is (27,120,172). Sum of RGB (Red+Green+Blue) = 27+120+172=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B78AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B78AC is #E48753. Grayscale: #616161. Windows color (decimal): -14976852 or 11302939. OLE color: 11302939.
HSL color Cylindrical-coordinate representation of color #1B78AC: hue angle of 201.52º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B78AC is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 120 | 172 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.33 |
| HSL | 201.52º | 0.73% | 0.39% | - |
| HSV(B) | 201.52º | 0.84% | 0.67% | - |
| XYZ | 14.61 | 16.64 | 41.47 | - |
| YUV | 98.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 172 | 0.84 | 0.30 | 0 | 0.33 | 201.52 | 0.73 | 0.39 |
| Hex | 1B | 78 | AC | 54 | 1E | 0 | 21 | CA | 49 | 27 |
| Octal | 33 | 170 | 254 | 124 | 36 | 0 | 41 | 312 | 111 | 47 |
| Binary | 11011 | 1111000 | 10101100 | 1010100 | 11110 | 0 | 100001 | 11001010 | 1001001 | 100111 |
Color Harmonies of #1B78AC
Complementary color
Monochromatic Colors of #1B78AC
Black with #1B78AC
Text Example
Text Example
White with #1B78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B78AC; }
p { color: rgb(27,120,172); }
H1.HeaderClassName
{
color: #1B78AC;
}
.AnyTagClassName
{
color: #1B78AC;
}
</style>
background-color css
<style>
a { background-color: #1B78AC; }
a { background-color: rgb(27,120,172); }
div.DivClassName
{
background-color: #1B78AC;
}
.BgClassName
{
background-color: #1B78AC;
}
</style>
border-color css
<style>
span { border-color: #1B78AC; }
span { border-color: rgb(27,120,172); }
td.TdClassName
{
border-color: #1B78AC;
}
.TagClassName
{
border-color: #1B78AC;
}
</style>