Shades of Lochmara #1C7BAD
Tints of Lochmara #1C7BAD
RGB
CMYK
RGB Variations
Color information
#1C7BAD (or 0x1C7BAD) is known color: Lochmara. HEX triplet: 1C, 7B and AD. RGB value is (28,123,173). Sum of RGB (Red+Green+Blue) = 28+123+173=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C7BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7BAD is #E38452. Grayscale: #646464. Windows color (decimal): -14910547 or 11369244. OLE color: 11369244.
HSL color Cylindrical-coordinate representation of color #1C7BAD: hue angle of 200.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7BAD is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 123 | 173 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.32 |
| HSL | 200.69º | 0.72% | 0.39% | - |
| HSV(B) | 200.69º | 0.84% | 0.68% | - |
| XYZ | 15.1 | 17.43 | 42.1 | - |
| YUV | 100.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 173 | 0.84 | 0.29 | 0 | 0.32 | 200.69 | 0.72 | 0.39 |
| Hex | 1C | 7B | AD | 54 | 1D | 0 | 20 | C9 | 48 | 27 |
| Octal | 34 | 173 | 255 | 124 | 35 | 0 | 40 | 311 | 110 | 47 |
| Binary | 11100 | 1111011 | 10101101 | 1010100 | 11101 | 0 | 100000 | 11001001 | 1001000 | 100111 |
Color Harmonies of #1C7BAD
Complementary color
Monochromatic Colors of #1C7BAD
Black with #1C7BAD
Text Example
Text Example
White with #1C7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7BAD; }
p { color: rgb(28,123,173); }
H1.HeaderClassName
{
color: #1C7BAD;
}
.AnyTagClassName
{
color: #1C7BAD;
}
</style>
background-color css
<style>
a { background-color: #1C7BAD; }
a { background-color: rgb(28,123,173); }
div.DivClassName
{
background-color: #1C7BAD;
}
.BgClassName
{
background-color: #1C7BAD;
}
</style>
border-color css
<style>
span { border-color: #1C7BAD; }
span { border-color: rgb(28,123,173); }
td.TdClassName
{
border-color: #1C7BAD;
}
.TagClassName
{
border-color: #1C7BAD;
}
</style>