Shades of Lochmara #1C6BAB
Tints of Lochmara #1C6BAB
RGB
CMYK
RGB Variations
Color information
#1C6BAB (or 0x1C6BAB) is known color: Lochmara. HEX triplet: 1C, 6B and AB. RGB value is (28,107,171). Sum of RGB (Red+Green+Blue) = 28+107+171=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C6BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6BAB is #E39454. Grayscale: #5A5A5A. Windows color (decimal): -14914645 or 11234076. OLE color: 11234076.
HSL color Cylindrical-coordinate representation of color #1C6BAB: hue angle of 206.85º 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 #1C6BAB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 107 | 171 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.33 |
| HSL | 206.85º | 0.72% | 0.39% | - |
| HSV(B) | 206.85º | 0.84% | 0.67% | - |
| XYZ | 13.09 | 13.7 | 40.48 | - |
| YUV | 90.68 | 173.33 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 107 | 171 | 0.84 | 0.37 | 0 | 0.33 | 206.85 | 0.72 | 0.39 |
| Hex | 1C | 6B | AB | 54 | 25 | 0 | 21 | CF | 48 | 27 |
| Octal | 34 | 153 | 253 | 124 | 45 | 0 | 41 | 317 | 110 | 47 |
| Binary | 11100 | 1101011 | 10101011 | 1010100 | 100101 | 0 | 100001 | 11001111 | 1001000 | 100111 |
Color Harmonies of #1C6BAB
Complementary color
Monochromatic Colors of #1C6BAB
Black with #1C6BAB
Text Example
Text Example
White with #1C6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6BAB; }
p { color: rgb(28,107,171); }
H1.HeaderClassName
{
color: #1C6BAB;
}
.AnyTagClassName
{
color: #1C6BAB;
}
</style>
background-color css
<style>
a { background-color: #1C6BAB; }
a { background-color: rgb(28,107,171); }
div.DivClassName
{
background-color: #1C6BAB;
}
.BgClassName
{
background-color: #1C6BAB;
}
</style>
border-color css
<style>
span { border-color: #1C6BAB; }
span { border-color: rgb(28,107,171); }
td.TdClassName
{
border-color: #1C6BAB;
}
.TagClassName
{
border-color: #1C6BAB;
}
</style>