Shades of Lochmara #26769F
Tints of Lochmara #26769F
RGB
CMYK
RGB Variations
Color information
#26769F (or 0x26769F) is known color: Lochmara. HEX triplet: 26, 76 and 9F. RGB value is (38,118,159). Sum of RGB (Red+Green+Blue) = 38+118+159=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 118 (46.48% from 255 or 37.46% 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 #26769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26769F is #D98960. Grayscale: #626262. Windows color (decimal): -14256481 or 10450470. OLE color: 10450470.
HSL color Cylindrical-coordinate representation of color #26769F: hue angle of 200.33º 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 #26769F is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 118 | 159 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.38 |
| HSL | 200.33º | 0.61% | 0.39% | - |
| HSV(B) | 200.33º | 0.76% | 0.62% | - |
| XYZ | 13.54 | 15.87 | 35.15 | - |
| YUV | 98.75 | 162 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 159 | 0.76 | 0.26 | 0 | 0.38 | 200.33 | 0.61 | 0.39 |
| Hex | 26 | 76 | 9F | 4C | 1A | 0 | 26 | C8 | 3D | 27 |
| Octal | 46 | 166 | 237 | 114 | 32 | 0 | 46 | 310 | 75 | 47 |
| Binary | 100110 | 1110110 | 10011111 | 1001100 | 11010 | 0 | 100110 | 11001000 | 111101 | 100111 |
Color Harmonies of #26769F
Complementary color
Monochromatic Colors of #26769F
Black with #26769F
Text Example
Text Example
White with #26769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26769F; }
p { color: rgb(38,118,159); }
H1.HeaderClassName
{
color: #26769F;
}
.AnyTagClassName
{
color: #26769F;
}
</style>
background-color css
<style>
a { background-color: #26769F; }
a { background-color: rgb(38,118,159); }
div.DivClassName
{
background-color: #26769F;
}
.BgClassName
{
background-color: #26769F;
}
</style>
border-color css
<style>
span { border-color: #26769F; }
span { border-color: rgb(38,118,159); }
td.TdClassName
{
border-color: #26769F;
}
.TagClassName
{
border-color: #26769F;
}
</style>