Shades of Lochmara #1C759E
Tints of Lochmara #1C759E
RGB
CMYK
RGB Variations
Color information
#1C759E (or 0x1C759E) is known color: Lochmara. HEX triplet: 1C, 75 and 9E. RGB value is (28,117,158). Sum of RGB (Red+Green+Blue) = 28+117+158=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C759E is #E38A61. Grayscale: #5E5E5E. Windows color (decimal): -14912098 or 10384668. OLE color: 10384668.
HSL color Cylindrical-coordinate representation of color #1C759E: hue angle of 198.92º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C759E is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 117 | 158 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.38 |
| HSL | 198.92º | 0.7% | 0.36% | - |
| HSV(B) | 198.92º | 0.82% | 0.62% | - |
| XYZ | 13.01 | 15.44 | 34.64 | - |
| YUV | 95.06 | 163.51 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 158 | 0.82 | 0.26 | 0 | 0.38 | 198.92 | 0.7 | 0.36 |
| Hex | 1C | 75 | 9E | 52 | 1A | 0 | 26 | C7 | 46 | 24 |
| Octal | 34 | 165 | 236 | 122 | 32 | 0 | 46 | 307 | 106 | 44 |
| Binary | 11100 | 1110101 | 10011110 | 1010010 | 11010 | 0 | 100110 | 11000111 | 1000110 | 100100 |
Color Harmonies of #1C759E
Complementary color
Monochromatic Colors of #1C759E
Black with #1C759E
Text Example
Text Example
White with #1C759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C759E; }
p { color: rgb(28,117,158); }
H1.HeaderClassName
{
color: #1C759E;
}
.AnyTagClassName
{
color: #1C759E;
}
</style>
background-color css
<style>
a { background-color: #1C759E; }
a { background-color: rgb(28,117,158); }
div.DivClassName
{
background-color: #1C759E;
}
.BgClassName
{
background-color: #1C759E;
}
</style>
border-color css
<style>
span { border-color: #1C759E; }
span { border-color: rgb(28,117,158); }
td.TdClassName
{
border-color: #1C759E;
}
.TagClassName
{
border-color: #1C759E;
}
</style>