Shades of Lochmara #1C7998
Tints of Lochmara #1C7998
RGB
CMYK
RGB Variations
Color information
#1C7998 (or 0x1C7998) is known color: Lochmara. HEX triplet: 1C, 79 and 98. RGB value is (28,121,152). Sum of RGB (Red+Green+Blue) = 28+121+152=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C7998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7998 is #E38667. Grayscale: #606060. Windows color (decimal): -14911080 or 9992476. OLE color: 9992476.
HSL color Cylindrical-coordinate representation of color #1C7998: hue angle of 195º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C7998 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 121 | 152 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.40 |
| HSL | 195º | 0.69% | 0.35% | - |
| HSV(B) | 195º | 0.82% | 0.6% | - |
| XYZ | 12.98 | 16.19 | 32.15 | - |
| YUV | 96.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 152 | 0.82 | 0.20 | 0 | 0.40 | 195 | 0.69 | 0.35 |
| Hex | 1C | 79 | 98 | 52 | 14 | 0 | 28 | C3 | 45 | 23 |
| Octal | 34 | 171 | 230 | 122 | 24 | 0 | 50 | 303 | 105 | 43 |
| Binary | 11100 | 1111001 | 10011000 | 1010010 | 10100 | 0 | 101000 | 11000011 | 1000101 | 100011 |
Color Harmonies of #1C7998
Complementary color
Monochromatic Colors of #1C7998
Black with #1C7998
Text Example
Text Example
White with #1C7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7998; }
p { color: rgb(28,121,152); }
H1.HeaderClassName
{
color: #1C7998;
}
.AnyTagClassName
{
color: #1C7998;
}
</style>
background-color css
<style>
a { background-color: #1C7998; }
a { background-color: rgb(28,121,152); }
div.DivClassName
{
background-color: #1C7998;
}
.BgClassName
{
background-color: #1C7998;
}
</style>
border-color css
<style>
span { border-color: #1C7998; }
span { border-color: rgb(28,121,152); }
td.TdClassName
{
border-color: #1C7998;
}
.TagClassName
{
border-color: #1C7998;
}
</style>