Shades of Lochmara #1C72AC
Tints of Lochmara #1C72AC
RGB
CMYK
RGB Variations
Color information
#1C72AC (or 0x1C72AC) is known color: Lochmara. HEX triplet: 1C, 72 and AC. RGB value is (28,114,172). Sum of RGB (Red+Green+Blue) = 28+114+172=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C72AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C72AC is #E38D53. Grayscale: #5E5E5E. Windows color (decimal): -14912852 or 11301404. OLE color: 11301404.
HSL color Cylindrical-coordinate representation of color #1C72AC: hue angle of 204.17º 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 #1C72AC is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 114 | 172 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.33 |
| HSL | 204.17º | 0.72% | 0.39% | - |
| HSV(B) | 204.17º | 0.84% | 0.67% | - |
| XYZ | 13.94 | 15.26 | 41.24 | - |
| YUV | 94.9 | 171.51 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 172 | 0.84 | 0.34 | 0 | 0.33 | 204.17 | 0.72 | 0.39 |
| Hex | 1C | 72 | AC | 54 | 22 | 0 | 21 | CC | 48 | 27 |
| Octal | 34 | 162 | 254 | 124 | 42 | 0 | 41 | 314 | 110 | 47 |
| Binary | 11100 | 1110010 | 10101100 | 1010100 | 100010 | 0 | 100001 | 11001100 | 1001000 | 100111 |
Color Harmonies of #1C72AC
Complementary color
Monochromatic Colors of #1C72AC
Black with #1C72AC
Text Example
Text Example
White with #1C72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C72AC; }
p { color: rgb(28,114,172); }
H1.HeaderClassName
{
color: #1C72AC;
}
.AnyTagClassName
{
color: #1C72AC;
}
</style>
background-color css
<style>
a { background-color: #1C72AC; }
a { background-color: rgb(28,114,172); }
div.DivClassName
{
background-color: #1C72AC;
}
.BgClassName
{
background-color: #1C72AC;
}
</style>
border-color css
<style>
span { border-color: #1C72AC; }
span { border-color: rgb(28,114,172); }
td.TdClassName
{
border-color: #1C72AC;
}
.TagClassName
{
border-color: #1C72AC;
}
</style>