Shades of Lochmara #26679F
Tints of Lochmara #26679F
RGB
CMYK
RGB Variations
Color information
#26679F (or 0x26679F) is known color: Lochmara. HEX triplet: 26, 67 and 9F. RGB value is (38,103,159). Sum of RGB (Red+Green+Blue) = 38+103+159=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #26679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26679F is #D99860. Grayscale: #595959. Windows color (decimal): -14260321 or 10446630. OLE color: 10446630.
HSL color Cylindrical-coordinate representation of color #26679F: hue angle of 207.77º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26679F is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 103 | 159 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.38 |
| HSL | 207.77º | 0.61% | 0.39% | - |
| HSV(B) | 207.77º | 0.76% | 0.62% | - |
| XYZ | 11.91 | 12.62 | 34.61 | - |
| YUV | 89.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 159 | 0.76 | 0.35 | 0 | 0.38 | 207.77 | 0.61 | 0.39 |
| Hex | 26 | 67 | 9F | 4C | 23 | 0 | 26 | D0 | 3D | 27 |
| Octal | 46 | 147 | 237 | 114 | 43 | 0 | 46 | 320 | 75 | 47 |
| Binary | 100110 | 1100111 | 10011111 | 1001100 | 100011 | 0 | 100110 | 11010000 | 111101 | 100111 |
Color Harmonies of #26679F
Complementary color
Monochromatic Colors of #26679F
Black with #26679F
Text Example
Text Example
White with #26679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26679F; }
p { color: rgb(38,103,159); }
H1.HeaderClassName
{
color: #26679F;
}
.AnyTagClassName
{
color: #26679F;
}
</style>
background-color css
<style>
a { background-color: #26679F; }
a { background-color: rgb(38,103,159); }
div.DivClassName
{
background-color: #26679F;
}
.BgClassName
{
background-color: #26679F;
}
</style>
border-color css
<style>
span { border-color: #26679F; }
span { border-color: rgb(38,103,159); }
td.TdClassName
{
border-color: #26679F;
}
.TagClassName
{
border-color: #26679F;
}
</style>