Shades of Lochmara #26659E
Tints of Lochmara #26659E
RGB
CMYK
RGB Variations
Color information
#26659E (or 0x26659E) is known color: Lochmara. HEX triplet: 26, 65 and 9E. RGB value is (38,101,158). Sum of RGB (Red+Green+Blue) = 38+101+158=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #26659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26659E is #D99A61. Grayscale: #585858. Windows color (decimal): -14260834 or 10380582. OLE color: 10380582.
HSL color Cylindrical-coordinate representation of color #26659E: hue angle of 208.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26659E is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 101 | 158 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.38 |
| HSL | 208.5º | 0.61% | 0.38% | - |
| HSV(B) | 208.5º | 0.76% | 0.62% | - |
| XYZ | 11.62 | 12.19 | 34.09 | - |
| YUV | 88.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 158 | 0.76 | 0.36 | 0 | 0.38 | 208.5 | 0.61 | 0.38 |
| Hex | 26 | 65 | 9E | 4C | 24 | 0 | 26 | D0 | 3D | 26 |
| Octal | 46 | 145 | 236 | 114 | 44 | 0 | 46 | 320 | 75 | 46 |
| Binary | 100110 | 1100101 | 10011110 | 1001100 | 100100 | 0 | 100110 | 11010000 | 111101 | 100110 |
Color Harmonies of #26659E
Complementary color
Monochromatic Colors of #26659E
Black with #26659E
Text Example
Text Example
White with #26659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26659E; }
p { color: rgb(38,101,158); }
H1.HeaderClassName
{
color: #26659E;
}
.AnyTagClassName
{
color: #26659E;
}
</style>
background-color css
<style>
a { background-color: #26659E; }
a { background-color: rgb(38,101,158); }
div.DivClassName
{
background-color: #26659E;
}
.BgClassName
{
background-color: #26659E;
}
</style>
border-color css
<style>
span { border-color: #26659E; }
span { border-color: rgb(38,101,158); }
td.TdClassName
{
border-color: #26659E;
}
.TagClassName
{
border-color: #26659E;
}
</style>