Shades of Lochmara #1C7AAA
Tints of Lochmara #1C7AAA
RGB
CMYK
RGB Variations
Color information
#1C7AAA (or 0x1C7AAA) is known color: Lochmara. HEX triplet: 1C, 7A and AA. RGB value is (28,122,170). Sum of RGB (Red+Green+Blue) = 28+122+170=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7AAA is #E38555. Grayscale: #636363. Windows color (decimal): -14910806 or 11172380. OLE color: 11172380.
HSL color Cylindrical-coordinate representation of color #1C7AAA: hue angle of 200.28º 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 #1C7AAA is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 122 | 170 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.33 |
| HSL | 200.28º | 0.72% | 0.39% | - |
| HSV(B) | 200.28º | 0.84% | 0.67% | - |
| XYZ | 14.69 | 17.07 | 40.55 | - |
| YUV | 99.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 170 | 0.84 | 0.28 | 0 | 0.33 | 200.28 | 0.72 | 0.39 |
| Hex | 1C | 7A | AA | 54 | 1C | 0 | 21 | C8 | 48 | 27 |
| Octal | 34 | 172 | 252 | 124 | 34 | 0 | 41 | 310 | 110 | 47 |
| Binary | 11100 | 1111010 | 10101010 | 1010100 | 11100 | 0 | 100001 | 11001000 | 1001000 | 100111 |
Color Harmonies of #1C7AAA
Complementary color
Monochromatic Colors of #1C7AAA
Black with #1C7AAA
Text Example
Text Example
White with #1C7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7AAA; }
p { color: rgb(28,122,170); }
H1.HeaderClassName
{
color: #1C7AAA;
}
.AnyTagClassName
{
color: #1C7AAA;
}
</style>
background-color css
<style>
a { background-color: #1C7AAA; }
a { background-color: rgb(28,122,170); }
div.DivClassName
{
background-color: #1C7AAA;
}
.BgClassName
{
background-color: #1C7AAA;
}
</style>
border-color css
<style>
span { border-color: #1C7AAA; }
span { border-color: rgb(28,122,170); }
td.TdClassName
{
border-color: #1C7AAA;
}
.TagClassName
{
border-color: #1C7AAA;
}
</style>