Shades of Lochmara #15669F
Tints of Lochmara #15669F
RGB
CMYK
RGB Variations
Color information
#15669F (or 0x15669F) is known color: Lochmara. HEX triplet: 15, 66 and 9F. RGB value is (21,102,159). Sum of RGB (Red+Green+Blue) = 21+102+159=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #15669F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15669F is #EA9960. Grayscale: #535353. Windows color (decimal): -15374689 or 10446357. OLE color: 10446357.
HSL color Cylindrical-coordinate representation of color #15669F: hue angle of 204.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15669F is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 102 | 159 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.38 |
| HSL | 204.78º | 0.77% | 0.35% | - |
| HSV(B) | 204.78º | 0.87% | 0.62% | - |
| XYZ | 11.32 | 12.17 | 34.55 | - |
| YUV | 84.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 159 | 0.87 | 0.36 | 0 | 0.38 | 204.78 | 0.77 | 0.35 |
| Hex | 15 | 66 | 9F | 57 | 24 | 0 | 26 | CD | 4D | 23 |
| Octal | 25 | 146 | 237 | 127 | 44 | 0 | 46 | 315 | 115 | 43 |
| Binary | 10101 | 1100110 | 10011111 | 1010111 | 100100 | 0 | 100110 | 11001101 | 1001101 | 100011 |
Color Harmonies of #15669F
Complementary color
Monochromatic Colors of #15669F
Black with #15669F
Text Example
Text Example
White with #15669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15669F; }
p { color: rgb(21,102,159); }
H1.HeaderClassName
{
color: #15669F;
}
.AnyTagClassName
{
color: #15669F;
}
</style>
background-color css
<style>
a { background-color: #15669F; }
a { background-color: rgb(21,102,159); }
div.DivClassName
{
background-color: #15669F;
}
.BgClassName
{
background-color: #15669F;
}
</style>
border-color css
<style>
span { border-color: #15669F; }
span { border-color: rgb(21,102,159); }
td.TdClassName
{
border-color: #15669F;
}
.TagClassName
{
border-color: #15669F;
}
</style>