Shades of Lochmara #266A9F
Tints of Lochmara #266A9F
RGB
CMYK
RGB Variations
Color information
#266A9F (or 0x266A9F) is known color: Lochmara. HEX triplet: 26, 6A and 9F. RGB value is (38,106,159). Sum of RGB (Red+Green+Blue) = 38+106+159=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #266A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266A9F is #D99560. Grayscale: #5B5B5B. Windows color (decimal): -14259553 or 10447398. OLE color: 10447398.
HSL color Cylindrical-coordinate representation of color #266A9F: hue angle of 206.28º 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 #266A9F is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 106 | 159 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.38 |
| HSL | 206.28º | 0.61% | 0.39% | - |
| HSV(B) | 206.28º | 0.76% | 0.62% | - |
| XYZ | 12.21 | 13.22 | 34.71 | - |
| YUV | 91.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 159 | 0.76 | 0.33 | 0 | 0.38 | 206.28 | 0.61 | 0.39 |
| Hex | 26 | 6A | 9F | 4C | 21 | 0 | 26 | CE | 3D | 27 |
| Octal | 46 | 152 | 237 | 114 | 41 | 0 | 46 | 316 | 75 | 47 |
| Binary | 100110 | 1101010 | 10011111 | 1001100 | 100001 | 0 | 100110 | 11001110 | 111101 | 100111 |
Color Harmonies of #266A9F
Complementary color
Monochromatic Colors of #266A9F
Black with #266A9F
Text Example
Text Example
White with #266A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A9F; }
p { color: rgb(38,106,159); }
H1.HeaderClassName
{
color: #266A9F;
}
.AnyTagClassName
{
color: #266A9F;
}
</style>
background-color css
<style>
a { background-color: #266A9F; }
a { background-color: rgb(38,106,159); }
div.DivClassName
{
background-color: #266A9F;
}
.BgClassName
{
background-color: #266A9F;
}
</style>
border-color css
<style>
span { border-color: #266A9F; }
span { border-color: rgb(38,106,159); }
td.TdClassName
{
border-color: #266A9F;
}
.TagClassName
{
border-color: #266A9F;
}
</style>