Shades of Lochmara #15679C
Tints of Lochmara #15679C
RGB
CMYK
RGB Variations
Color information
#15679C (or 0x15679C) is known color: Lochmara. HEX triplet: 15, 67 and 9C. RGB value is (21,103,156). Sum of RGB (Red+Green+Blue) = 21+103+156=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #15679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15679C is #EA9863. Grayscale: #545454. Windows color (decimal): -15374436 or 10250005. OLE color: 10250005.
HSL color Cylindrical-coordinate representation of color #15679C: hue angle of 203.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15679C is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 103 | 156 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.39 |
| HSL | 203.56º | 0.76% | 0.35% | - |
| HSV(B) | 203.56º | 0.87% | 0.61% | - |
| XYZ | 11.16 | 12.26 | 33.23 | - |
| YUV | 84.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 156 | 0.87 | 0.34 | 0 | 0.39 | 203.56 | 0.76 | 0.35 |
| Hex | 15 | 67 | 9C | 57 | 22 | 0 | 27 | CC | 4C | 23 |
| Octal | 25 | 147 | 234 | 127 | 42 | 0 | 47 | 314 | 114 | 43 |
| Binary | 10101 | 1100111 | 10011100 | 1010111 | 100010 | 0 | 100111 | 11001100 | 1001100 | 100011 |
Color Harmonies of #15679C
Complementary color
Monochromatic Colors of #15679C
Black with #15679C
Text Example
Text Example
White with #15679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15679C; }
p { color: rgb(21,103,156); }
H1.HeaderClassName
{
color: #15679C;
}
.AnyTagClassName
{
color: #15679C;
}
</style>
background-color css
<style>
a { background-color: #15679C; }
a { background-color: rgb(21,103,156); }
div.DivClassName
{
background-color: #15679C;
}
.BgClassName
{
background-color: #15679C;
}
</style>
border-color css
<style>
span { border-color: #15679C; }
span { border-color: rgb(21,103,156); }
td.TdClassName
{
border-color: #15679C;
}
.TagClassName
{
border-color: #15679C;
}
</style>