Shades of Lochmara #25699E
Tints of Lochmara #25699E
RGB
CMYK
RGB Variations
Color information
#25699E (or 0x25699E) is known color: Lochmara. HEX triplet: 25, 69 and 9E. RGB value is (37,105,158). Sum of RGB (Red+Green+Blue) = 37+105+158=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #25699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25699E is #DA9661. Grayscale: #5A5A5A. Windows color (decimal): -14325346 or 10381605. OLE color: 10381605.
HSL color Cylindrical-coordinate representation of color #25699E: hue angle of 206.28º degrees, saturation: 0.62, 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 #25699E is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 105 | 158 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.38 |
| HSL | 206.28º | 0.62% | 0.38% | - |
| HSV(B) | 206.28º | 0.77% | 0.62% | - |
| XYZ | 11.99 | 12.97 | 34.22 | - |
| YUV | 90.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 158 | 0.77 | 0.34 | 0 | 0.38 | 206.28 | 0.62 | 0.38 |
| Hex | 25 | 69 | 9E | 4D | 22 | 0 | 26 | CE | 3E | 26 |
| Octal | 45 | 151 | 236 | 115 | 42 | 0 | 46 | 316 | 76 | 46 |
| Binary | 100101 | 1101001 | 10011110 | 1001101 | 100010 | 0 | 100110 | 11001110 | 111110 | 100110 |
Color Harmonies of #25699E
Complementary color
Monochromatic Colors of #25699E
Black with #25699E
Text Example
Text Example
White with #25699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25699E; }
p { color: rgb(37,105,158); }
H1.HeaderClassName
{
color: #25699E;
}
.AnyTagClassName
{
color: #25699E;
}
</style>
background-color css
<style>
a { background-color: #25699E; }
a { background-color: rgb(37,105,158); }
div.DivClassName
{
background-color: #25699E;
}
.BgClassName
{
background-color: #25699E;
}
</style>
border-color css
<style>
span { border-color: #25699E; }
span { border-color: rgb(37,105,158); }
td.TdClassName
{
border-color: #25699E;
}
.TagClassName
{
border-color: #25699E;
}
</style>