Shades of Lochmara #25719E
Tints of Lochmara #25719E
RGB
CMYK
RGB Variations
Color information
#25719E (or 0x25719E) is known color: Lochmara. HEX triplet: 25, 71 and 9E. RGB value is (37,113,158). Sum of RGB (Red+Green+Blue) = 37+113+158=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #25719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25719E is #DA8E61. Grayscale: #5F5F5F. Windows color (decimal): -14323298 or 10383653. OLE color: 10383653.
HSL color Cylindrical-coordinate representation of color #25719E: hue angle of 202.31º 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 #25719E is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 113 | 158 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.38 |
| HSL | 202.31º | 0.62% | 0.38% | - |
| HSV(B) | 202.31º | 0.77% | 0.62% | - |
| XYZ | 12.84 | 14.67 | 34.5 | - |
| YUV | 95.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 158 | 0.77 | 0.28 | 0 | 0.38 | 202.31 | 0.62 | 0.38 |
| Hex | 25 | 71 | 9E | 4D | 1C | 0 | 26 | CA | 3E | 26 |
| Octal | 45 | 161 | 236 | 115 | 34 | 0 | 46 | 312 | 76 | 46 |
| Binary | 100101 | 1110001 | 10011110 | 1001101 | 11100 | 0 | 100110 | 11001010 | 111110 | 100110 |
Color Harmonies of #25719E
Complementary color
Monochromatic Colors of #25719E
Black with #25719E
Text Example
Text Example
White with #25719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25719E; }
p { color: rgb(37,113,158); }
H1.HeaderClassName
{
color: #25719E;
}
.AnyTagClassName
{
color: #25719E;
}
</style>
background-color css
<style>
a { background-color: #25719E; }
a { background-color: rgb(37,113,158); }
div.DivClassName
{
background-color: #25719E;
}
.BgClassName
{
background-color: #25719E;
}
</style>
border-color css
<style>
span { border-color: #25719E; }
span { border-color: rgb(37,113,158); }
td.TdClassName
{
border-color: #25719E;
}
.TagClassName
{
border-color: #25719E;
}
</style>