Shades of Lochmara #25719F
Tints of Lochmara #25719F
RGB
CMYK
RGB Variations
Color information
#25719F (or 0x25719F) is known color: Lochmara. HEX triplet: 25, 71 and 9F. RGB value is (37,113,159). Sum of RGB (Red+Green+Blue) = 37+113+159=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #25719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25719F is #DA8E60. Grayscale: #5F5F5F. Windows color (decimal): -14323297 or 10449189. OLE color: 10449189.
HSL color Cylindrical-coordinate representation of color #25719F: hue angle of 202.62º 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 #25719F is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 113 | 159 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.38 |
| HSL | 202.62º | 0.62% | 0.38% | - |
| HSV(B) | 202.62º | 0.77% | 0.62% | - |
| XYZ | 12.93 | 14.71 | 34.96 | - |
| YUV | 95.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 159 | 0.77 | 0.29 | 0 | 0.38 | 202.62 | 0.62 | 0.38 |
| Hex | 25 | 71 | 9F | 4D | 1D | 0 | 26 | CB | 3E | 26 |
| Octal | 45 | 161 | 237 | 115 | 35 | 0 | 46 | 313 | 76 | 46 |
| Binary | 100101 | 1110001 | 10011111 | 1001101 | 11101 | 0 | 100110 | 11001011 | 111110 | 100110 |
Color Harmonies of #25719F
Complementary color
Monochromatic Colors of #25719F
Black with #25719F
Text Example
Text Example
White with #25719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25719F; }
p { color: rgb(37,113,159); }
H1.HeaderClassName
{
color: #25719F;
}
.AnyTagClassName
{
color: #25719F;
}
</style>
background-color css
<style>
a { background-color: #25719F; }
a { background-color: rgb(37,113,159); }
div.DivClassName
{
background-color: #25719F;
}
.BgClassName
{
background-color: #25719F;
}
</style>
border-color css
<style>
span { border-color: #25719F; }
span { border-color: rgb(37,113,159); }
td.TdClassName
{
border-color: #25719F;
}
.TagClassName
{
border-color: #25719F;
}
</style>