Shades of Lochmara #1C6798
Tints of Lochmara #1C6798
RGB
CMYK
RGB Variations
Color information
#1C6798 (or 0x1C6798) is known color: Lochmara. HEX triplet: 1C, 67 and 98. RGB value is (28,103,152). Sum of RGB (Red+Green+Blue) = 28+103+152=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C6798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6798 is #E39867. Grayscale: #555555. Windows color (decimal): -14915688 or 9987868. OLE color: 9987868.
HSL color Cylindrical-coordinate representation of color #1C6798: hue angle of 203.71º 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 #1C6798 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 103 | 152 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.40 |
| HSL | 203.71º | 0.69% | 0.35% | - |
| HSV(B) | 203.71º | 0.82% | 0.6% | - |
| XYZ | 11 | 12.21 | 31.48 | - |
| YUV | 86.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 103 | 152 | 0.82 | 0.32 | 0 | 0.40 | 203.71 | 0.69 | 0.35 |
| Hex | 1C | 67 | 98 | 52 | 20 | 0 | 28 | CC | 45 | 23 |
| Octal | 34 | 147 | 230 | 122 | 40 | 0 | 50 | 314 | 105 | 43 |
| Binary | 11100 | 1100111 | 10011000 | 1010010 | 100000 | 0 | 101000 | 11001100 | 1000101 | 100011 |
Color Harmonies of #1C6798
Complementary color
Monochromatic Colors of #1C6798
Black with #1C6798
Text Example
Text Example
White with #1C6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6798; }
p { color: rgb(28,103,152); }
H1.HeaderClassName
{
color: #1C6798;
}
.AnyTagClassName
{
color: #1C6798;
}
</style>
background-color css
<style>
a { background-color: #1C6798; }
a { background-color: rgb(28,103,152); }
div.DivClassName
{
background-color: #1C6798;
}
.BgClassName
{
background-color: #1C6798;
}
</style>
border-color css
<style>
span { border-color: #1C6798; }
span { border-color: rgb(28,103,152); }
td.TdClassName
{
border-color: #1C6798;
}
.TagClassName
{
border-color: #1C6798;
}
</style>