Shades of Lochmara #1C72AB
Tints of Lochmara #1C72AB
RGB
CMYK
RGB Variations
Color information
#1C72AB (or 0x1C72AB) is known color: Lochmara. HEX triplet: 1C, 72 and AB. RGB value is (28,114,171). Sum of RGB (Red+Green+Blue) = 28+114+171=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C72AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C72AB is #E38D54. Grayscale: #5E5E5E. Windows color (decimal): -14912853 or 11235868. OLE color: 11235868.
HSL color Cylindrical-coordinate representation of color #1C72AB: hue angle of 203.92º 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 #1C72AB is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 114 | 171 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.33 |
| HSL | 203.92º | 0.72% | 0.39% | - |
| HSV(B) | 203.92º | 0.84% | 0.67% | - |
| XYZ | 13.85 | 15.22 | 40.74 | - |
| YUV | 94.78 | 171.01 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 171 | 0.84 | 0.33 | 0 | 0.33 | 203.92 | 0.72 | 0.39 |
| Hex | 1C | 72 | AB | 54 | 21 | 0 | 21 | CC | 48 | 27 |
| Octal | 34 | 162 | 253 | 124 | 41 | 0 | 41 | 314 | 110 | 47 |
| Binary | 11100 | 1110010 | 10101011 | 1010100 | 100001 | 0 | 100001 | 11001100 | 1001000 | 100111 |
Color Harmonies of #1C72AB
Complementary color
Monochromatic Colors of #1C72AB
Black with #1C72AB
Text Example
Text Example
White with #1C72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C72AB; }
p { color: rgb(28,114,171); }
H1.HeaderClassName
{
color: #1C72AB;
}
.AnyTagClassName
{
color: #1C72AB;
}
</style>
background-color css
<style>
a { background-color: #1C72AB; }
a { background-color: rgb(28,114,171); }
div.DivClassName
{
background-color: #1C72AB;
}
.BgClassName
{
background-color: #1C72AB;
}
</style>
border-color css
<style>
span { border-color: #1C72AB; }
span { border-color: rgb(28,114,171); }
td.TdClassName
{
border-color: #1C72AB;
}
.TagClassName
{
border-color: #1C72AB;
}
</style>