Shades of Lochmara #18679C
Tints of Lochmara #18679C
RGB
CMYK
RGB Variations
Color information
#18679C (or 0x18679C) is known color: Lochmara. HEX triplet: 18, 67 and 9C. RGB value is (24,103,156). Sum of RGB (Red+Green+Blue) = 24+103+156=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #18679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18679C is #E79863. Grayscale: #555555. Windows color (decimal): -15177828 or 10250008. OLE color: 10250008.
HSL color Cylindrical-coordinate representation of color #18679C: hue angle of 204.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18679C is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 103 | 156 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.39 |
| HSL | 204.09º | 0.73% | 0.35% | - |
| HSV(B) | 204.09º | 0.85% | 0.61% | - |
| XYZ | 11.23 | 12.29 | 33.23 | - |
| YUV | 85.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 156 | 0.85 | 0.34 | 0 | 0.39 | 204.09 | 0.73 | 0.35 |
| Hex | 18 | 67 | 9C | 55 | 22 | 0 | 27 | CC | 49 | 23 |
| Octal | 30 | 147 | 234 | 125 | 42 | 0 | 47 | 314 | 111 | 43 |
| Binary | 11000 | 1100111 | 10011100 | 1010101 | 100010 | 0 | 100111 | 11001100 | 1001001 | 100011 |
Color Harmonies of #18679C
Complementary color
Monochromatic Colors of #18679C
Black with #18679C
Text Example
Text Example
White with #18679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18679C; }
p { color: rgb(24,103,156); }
H1.HeaderClassName
{
color: #18679C;
}
.AnyTagClassName
{
color: #18679C;
}
</style>
background-color css
<style>
a { background-color: #18679C; }
a { background-color: rgb(24,103,156); }
div.DivClassName
{
background-color: #18679C;
}
.BgClassName
{
background-color: #18679C;
}
</style>
border-color css
<style>
span { border-color: #18679C; }
span { border-color: rgb(24,103,156); }
td.TdClassName
{
border-color: #18679C;
}
.TagClassName
{
border-color: #18679C;
}
</style>