Shades of Lochmara #1C7AAE
Tints of Lochmara #1C7AAE
RGB
CMYK
RGB Variations
Color information
#1C7AAE (or 0x1C7AAE) is known color: Lochmara. HEX triplet: 1C, 7A and AE. RGB value is (28,122,174). Sum of RGB (Red+Green+Blue) = 28+122+174=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7AAE is #E38551. Grayscale: #636363. Windows color (decimal): -14910802 or 11434524. OLE color: 11434524.
HSL color Cylindrical-coordinate representation of color #1C7AAE: hue angle of 201.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7AAE is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 122 | 174 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.32 |
| HSL | 201.37º | 0.72% | 0.4% | - |
| HSV(B) | 201.37º | 0.84% | 0.68% | - |
| XYZ | 15.08 | 17.22 | 42.57 | - |
| YUV | 99.82 | 169.86 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 174 | 0.84 | 0.30 | 0 | 0.32 | 201.37 | 0.72 | 0.4 |
| Hex | 1C | 7A | AE | 54 | 1E | 0 | 20 | C9 | 48 | 28 |
| Octal | 34 | 172 | 256 | 124 | 36 | 0 | 40 | 311 | 110 | 50 |
| Binary | 11100 | 1111010 | 10101110 | 1010100 | 11110 | 0 | 100000 | 11001001 | 1001000 | 101000 |
Color Harmonies of #1C7AAE
Complementary color
Monochromatic Colors of #1C7AAE
Black with #1C7AAE
Text Example
Text Example
White with #1C7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7AAE; }
p { color: rgb(28,122,174); }
H1.HeaderClassName
{
color: #1C7AAE;
}
.AnyTagClassName
{
color: #1C7AAE;
}
</style>
background-color css
<style>
a { background-color: #1C7AAE; }
a { background-color: rgb(28,122,174); }
div.DivClassName
{
background-color: #1C7AAE;
}
.BgClassName
{
background-color: #1C7AAE;
}
</style>
border-color css
<style>
span { border-color: #1C7AAE; }
span { border-color: rgb(28,122,174); }
td.TdClassName
{
border-color: #1C7AAE;
}
.TagClassName
{
border-color: #1C7AAE;
}
</style>