Shades of Lochmara #24699F
Tints of Lochmara #24699F
RGB
CMYK
RGB Variations
Color information
#24699F (or 0x24699F) is known color: Lochmara. HEX triplet: 24, 69 and 9F. RGB value is (36,105,159). Sum of RGB (Red+Green+Blue) = 36+105+159=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #24699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24699F is #DB9660. Grayscale: #5A5A5A. Windows color (decimal): -14390881 or 10447140. OLE color: 10447140.
HSL color Cylindrical-coordinate representation of color #24699F: hue angle of 206.34º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24699F is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 105 | 159 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.38 |
| HSL | 206.34º | 0.63% | 0.38% | - |
| HSV(B) | 206.34º | 0.77% | 0.62% | - |
| XYZ | 12.04 | 12.98 | 34.67 | - |
| YUV | 90.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 159 | 0.77 | 0.34 | 0 | 0.38 | 206.34 | 0.63 | 0.38 |
| Hex | 24 | 69 | 9F | 4D | 22 | 0 | 26 | CE | 3F | 26 |
| Octal | 44 | 151 | 237 | 115 | 42 | 0 | 46 | 316 | 77 | 46 |
| Binary | 100100 | 1101001 | 10011111 | 1001101 | 100010 | 0 | 100110 | 11001110 | 111111 | 100110 |
Color Harmonies of #24699F
Complementary color
Monochromatic Colors of #24699F
Black with #24699F
Text Example
Text Example
White with #24699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24699F; }
p { color: rgb(36,105,159); }
H1.HeaderClassName
{
color: #24699F;
}
.AnyTagClassName
{
color: #24699F;
}
</style>
background-color css
<style>
a { background-color: #24699F; }
a { background-color: rgb(36,105,159); }
div.DivClassName
{
background-color: #24699F;
}
.BgClassName
{
background-color: #24699F;
}
</style>
border-color css
<style>
span { border-color: #24699F; }
span { border-color: rgb(36,105,159); }
td.TdClassName
{
border-color: #24699F;
}
.TagClassName
{
border-color: #24699F;
}
</style>