Shades of Lochmara #25779F
Tints of Lochmara #25779F
RGB
CMYK
RGB Variations
Color information
#25779F (or 0x25779F) is known color: Lochmara. HEX triplet: 25, 77 and 9F. RGB value is (37,119,159). Sum of RGB (Red+Green+Blue) = 37+119+159=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #25779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25779F is #DA8860. Grayscale: #626262. Windows color (decimal): -14321761 or 10450725. OLE color: 10450725.
HSL color Cylindrical-coordinate representation of color #25779F: hue angle of 199.67º 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 #25779F is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 119 | 159 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.38 |
| HSL | 199.67º | 0.62% | 0.38% | - |
| HSV(B) | 199.67º | 0.77% | 0.62% | - |
| XYZ | 13.62 | 16.09 | 35.19 | - |
| YUV | 99.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 159 | 0.77 | 0.25 | 0 | 0.38 | 199.67 | 0.62 | 0.38 |
| Hex | 25 | 77 | 9F | 4D | 19 | 0 | 26 | C8 | 3E | 26 |
| Octal | 45 | 167 | 237 | 115 | 31 | 0 | 46 | 310 | 76 | 46 |
| Binary | 100101 | 1110111 | 10011111 | 1001101 | 11001 | 0 | 100110 | 11001000 | 111110 | 100110 |
Color Harmonies of #25779F
Complementary color
Monochromatic Colors of #25779F
Black with #25779F
Text Example
Text Example
White with #25779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25779F; }
p { color: rgb(37,119,159); }
H1.HeaderClassName
{
color: #25779F;
}
.AnyTagClassName
{
color: #25779F;
}
</style>
background-color css
<style>
a { background-color: #25779F; }
a { background-color: rgb(37,119,159); }
div.DivClassName
{
background-color: #25779F;
}
.BgClassName
{
background-color: #25779F;
}
</style>
border-color css
<style>
span { border-color: #25779F; }
span { border-color: rgb(37,119,159); }
td.TdClassName
{
border-color: #25779F;
}
.TagClassName
{
border-color: #25779F;
}
</style>