Shades of Lochmara #1C78AB
Tints of Lochmara #1C78AB
RGB
CMYK
RGB Variations
Color information
#1C78AB (or 0x1C78AB) is known color: Lochmara. HEX triplet: 1C, 78 and AB. RGB value is (28,120,171). Sum of RGB (Red+Green+Blue) = 28+120+171=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C78AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C78AB is #E38754. Grayscale: #626262. Windows color (decimal): -14911317 or 11237404. OLE color: 11237404.
HSL color Cylindrical-coordinate representation of color #1C78AB: hue angle of 201.4º degrees, saturation: 0.72, 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 #1C78AB is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 120 | 171 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.33 |
| HSL | 201.4º | 0.72% | 0.39% | - |
| HSV(B) | 201.4º | 0.84% | 0.67% | - |
| XYZ | 14.55 | 16.62 | 40.97 | - |
| YUV | 98.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 171 | 0.84 | 0.30 | 0 | 0.33 | 201.4 | 0.72 | 0.39 |
| Hex | 1C | 78 | AB | 54 | 1E | 0 | 21 | C9 | 48 | 27 |
| Octal | 34 | 170 | 253 | 124 | 36 | 0 | 41 | 311 | 110 | 47 |
| Binary | 11100 | 1111000 | 10101011 | 1010100 | 11110 | 0 | 100001 | 11001001 | 1001000 | 100111 |
Color Harmonies of #1C78AB
Complementary color
Monochromatic Colors of #1C78AB
Black with #1C78AB
Text Example
Text Example
White with #1C78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C78AB; }
p { color: rgb(28,120,171); }
H1.HeaderClassName
{
color: #1C78AB;
}
.AnyTagClassName
{
color: #1C78AB;
}
</style>
background-color css
<style>
a { background-color: #1C78AB; }
a { background-color: rgb(28,120,171); }
div.DivClassName
{
background-color: #1C78AB;
}
.BgClassName
{
background-color: #1C78AB;
}
</style>
border-color css
<style>
span { border-color: #1C78AB; }
span { border-color: rgb(28,120,171); }
td.TdClassName
{
border-color: #1C78AB;
}
.TagClassName
{
border-color: #1C78AB;
}
</style>