Shades of Lochmara #25699F
Tints of Lochmara #25699F
RGB
CMYK
RGB Variations
Color information
#25699F (or 0x25699F) is known color: Lochmara. HEX triplet: 25, 69 and 9F. RGB value is (37,105,159). Sum of RGB (Red+Green+Blue) = 37+105+159=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #25699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25699F is #DA9660. Grayscale: #5A5A5A. Windows color (decimal): -14325345 or 10447141. OLE color: 10447141.
HSL color Cylindrical-coordinate representation of color #25699F: hue angle of 206.56º 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 #25699F is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 105 | 159 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.38 |
| HSL | 206.56º | 0.62% | 0.38% | - |
| HSV(B) | 206.56º | 0.77% | 0.62% | - |
| XYZ | 12.07 | 13 | 34.67 | - |
| YUV | 90.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 159 | 0.77 | 0.34 | 0 | 0.38 | 206.56 | 0.62 | 0.38 |
| Hex | 25 | 69 | 9F | 4D | 22 | 0 | 26 | CF | 3E | 26 |
| Octal | 45 | 151 | 237 | 115 | 42 | 0 | 46 | 317 | 76 | 46 |
| Binary | 100101 | 1101001 | 10011111 | 1001101 | 100010 | 0 | 100110 | 11001111 | 111110 | 100110 |
Color Harmonies of #25699F
Complementary color
Monochromatic Colors of #25699F
Black with #25699F
Text Example
Text Example
White with #25699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25699F; }
p { color: rgb(37,105,159); }
H1.HeaderClassName
{
color: #25699F;
}
.AnyTagClassName
{
color: #25699F;
}
</style>
background-color css
<style>
a { background-color: #25699F; }
a { background-color: rgb(37,105,159); }
div.DivClassName
{
background-color: #25699F;
}
.BgClassName
{
background-color: #25699F;
}
</style>
border-color css
<style>
span { border-color: #25699F; }
span { border-color: rgb(37,105,159); }
td.TdClassName
{
border-color: #25699F;
}
.TagClassName
{
border-color: #25699F;
}
</style>