Shades of Lochmara #1C79AC
Tints of Lochmara #1C79AC
RGB
CMYK
RGB Variations
Color information
#1C79AC (or 0x1C79AC) is known color: Lochmara. HEX triplet: 1C, 79 and AC. RGB value is (28,121,172). Sum of RGB (Red+Green+Blue) = 28+121+172=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C79AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C79AC is #E38653. Grayscale: #626262. Windows color (decimal): -14911060 or 11303196. OLE color: 11303196.
HSL color Cylindrical-coordinate representation of color #1C79AC: hue angle of 201.25º 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 #1C79AC is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 121 | 172 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.33 |
| HSL | 201.25º | 0.72% | 0.39% | - |
| HSV(B) | 201.25º | 0.84% | 0.67% | - |
| XYZ | 14.76 | 16.9 | 41.51 | - |
| YUV | 99.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 172 | 0.84 | 0.30 | 0 | 0.33 | 201.25 | 0.72 | 0.39 |
| Hex | 1C | 79 | AC | 54 | 1E | 0 | 21 | C9 | 48 | 27 |
| Octal | 34 | 171 | 254 | 124 | 36 | 0 | 41 | 311 | 110 | 47 |
| Binary | 11100 | 1111001 | 10101100 | 1010100 | 11110 | 0 | 100001 | 11001001 | 1001000 | 100111 |
Color Harmonies of #1C79AC
Complementary color
Monochromatic Colors of #1C79AC
Black with #1C79AC
Text Example
Text Example
White with #1C79AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C79AC; }
p { color: rgb(28,121,172); }
H1.HeaderClassName
{
color: #1C79AC;
}
.AnyTagClassName
{
color: #1C79AC;
}
</style>
background-color css
<style>
a { background-color: #1C79AC; }
a { background-color: rgb(28,121,172); }
div.DivClassName
{
background-color: #1C79AC;
}
.BgClassName
{
background-color: #1C79AC;
}
</style>
border-color css
<style>
span { border-color: #1C79AC; }
span { border-color: rgb(28,121,172); }
td.TdClassName
{
border-color: #1C79AC;
}
.TagClassName
{
border-color: #1C79AC;
}
</style>