Shades of Lochmara #1C6A9B
Tints of Lochmara #1C6A9B
RGB
CMYK
RGB Variations
Color information
#1C6A9B (or 0x1C6A9B) is known color: Lochmara. HEX triplet: 1C, 6A and 9B. RGB value is (28,106,155). Sum of RGB (Red+Green+Blue) = 28+106+155=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C6A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6A9B is #E39564. Grayscale: #575757. Windows color (decimal): -14914917 or 10185244. OLE color: 10185244.
HSL color Cylindrical-coordinate representation of color #1C6A9B: hue angle of 203.15º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6A9B is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 106 | 155 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.39 |
| HSL | 203.15º | 0.69% | 0.36% | - |
| HSV(B) | 203.15º | 0.82% | 0.61% | - |
| XYZ | 11.55 | 12.92 | 32.9 | - |
| YUV | 88.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 155 | 0.82 | 0.32 | 0 | 0.39 | 203.15 | 0.69 | 0.36 |
| Hex | 1C | 6A | 9B | 52 | 20 | 0 | 27 | CB | 45 | 24 |
| Octal | 34 | 152 | 233 | 122 | 40 | 0 | 47 | 313 | 105 | 44 |
| Binary | 11100 | 1101010 | 10011011 | 1010010 | 100000 | 0 | 100111 | 11001011 | 1000101 | 100100 |
Color Harmonies of #1C6A9B
Complementary color
Monochromatic Colors of #1C6A9B
Black with #1C6A9B
Text Example
Text Example
White with #1C6A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A9B; }
p { color: rgb(28,106,155); }
H1.HeaderClassName
{
color: #1C6A9B;
}
.AnyTagClassName
{
color: #1C6A9B;
}
</style>
background-color css
<style>
a { background-color: #1C6A9B; }
a { background-color: rgb(28,106,155); }
div.DivClassName
{
background-color: #1C6A9B;
}
.BgClassName
{
background-color: #1C6A9B;
}
</style>
border-color css
<style>
span { border-color: #1C6A9B; }
span { border-color: rgb(28,106,155); }
td.TdClassName
{
border-color: #1C6A9B;
}
.TagClassName
{
border-color: #1C6A9B;
}
</style>