Shades of Lochmara #25679F
Tints of Lochmara #25679F
RGB
CMYK
RGB Variations
Color information
#25679F (or 0x25679F) is known color: Lochmara. HEX triplet: 25, 67 and 9F. RGB value is (37,103,159). Sum of RGB (Red+Green+Blue) = 37+103+159=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #25679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25679F is #DA9860. Grayscale: #595959. Windows color (decimal): -14325857 or 10446629. OLE color: 10446629.
HSL color Cylindrical-coordinate representation of color #25679F: hue angle of 207.54º 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 #25679F is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 103 | 159 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.38 |
| HSL | 207.54º | 0.62% | 0.38% | - |
| HSV(B) | 207.54º | 0.77% | 0.62% | - |
| XYZ | 11.87 | 12.6 | 34.61 | - |
| YUV | 89.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 159 | 0.77 | 0.35 | 0 | 0.38 | 207.54 | 0.62 | 0.38 |
| Hex | 25 | 67 | 9F | 4D | 23 | 0 | 26 | D0 | 3E | 26 |
| Octal | 45 | 147 | 237 | 115 | 43 | 0 | 46 | 320 | 76 | 46 |
| Binary | 100101 | 1100111 | 10011111 | 1001101 | 100011 | 0 | 100110 | 11010000 | 111110 | 100110 |
Color Harmonies of #25679F
Complementary color
Monochromatic Colors of #25679F
Black with #25679F
Text Example
Text Example
White with #25679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25679F; }
p { color: rgb(37,103,159); }
H1.HeaderClassName
{
color: #25679F;
}
.AnyTagClassName
{
color: #25679F;
}
</style>
background-color css
<style>
a { background-color: #25679F; }
a { background-color: rgb(37,103,159); }
div.DivClassName
{
background-color: #25679F;
}
.BgClassName
{
background-color: #25679F;
}
</style>
border-color css
<style>
span { border-color: #25679F; }
span { border-color: rgb(37,103,159); }
td.TdClassName
{
border-color: #25679F;
}
.TagClassName
{
border-color: #25679F;
}
</style>