Shades of Lochmara #26799F
Tints of Lochmara #26799F
RGB
CMYK
RGB Variations
Color information
#26799F (or 0x26799F) is known color: Lochmara. HEX triplet: 26, 79 and 9F. RGB value is (38,121,159). Sum of RGB (Red+Green+Blue) = 38+121+159=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #26799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26799F is #D98660. Grayscale: #646464. Windows color (decimal): -14255713 or 10451238. OLE color: 10451238.
HSL color Cylindrical-coordinate representation of color #26799F: hue angle of 198.84º 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 #26799F is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 121 | 159 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.38 |
| HSL | 198.84º | 0.61% | 0.39% | - |
| HSV(B) | 198.84º | 0.76% | 0.62% | - |
| XYZ | 13.89 | 16.59 | 35.27 | - |
| YUV | 100.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 159 | 0.76 | 0.24 | 0 | 0.38 | 198.84 | 0.61 | 0.39 |
| Hex | 26 | 79 | 9F | 4C | 18 | 0 | 26 | C7 | 3D | 27 |
| Octal | 46 | 171 | 237 | 114 | 30 | 0 | 46 | 307 | 75 | 47 |
| Binary | 100110 | 1111001 | 10011111 | 1001100 | 11000 | 0 | 100110 | 11000111 | 111101 | 100111 |
Color Harmonies of #26799F
Complementary color
Monochromatic Colors of #26799F
Black with #26799F
Text Example
Text Example
White with #26799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26799F; }
p { color: rgb(38,121,159); }
H1.HeaderClassName
{
color: #26799F;
}
.AnyTagClassName
{
color: #26799F;
}
</style>
background-color css
<style>
a { background-color: #26799F; }
a { background-color: rgb(38,121,159); }
div.DivClassName
{
background-color: #26799F;
}
.BgClassName
{
background-color: #26799F;
}
</style>
border-color css
<style>
span { border-color: #26799F; }
span { border-color: rgb(38,121,159); }
td.TdClassName
{
border-color: #26799F;
}
.TagClassName
{
border-color: #26799F;
}
</style>