Shades of Lochmara #266F9F
Tints of Lochmara #266F9F
RGB
CMYK
RGB Variations
Color information
#266F9F (or 0x266F9F) is known color: Lochmara. HEX triplet: 26, 6F and 9F. RGB value is (38,111,159). Sum of RGB (Red+Green+Blue) = 38+111+159=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #266F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F9F is #D99060. Grayscale: #5E5E5E. Windows color (decimal): -14258273 or 10448678. OLE color: 10448678.
HSL color Cylindrical-coordinate representation of color #266F9F: hue angle of 203.8º 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 #266F9F is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 111 | 159 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.38 |
| HSL | 203.8º | 0.61% | 0.39% | - |
| HSV(B) | 203.8º | 0.76% | 0.62% | - |
| XYZ | 12.74 | 14.28 | 34.89 | - |
| YUV | 94.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 159 | 0.76 | 0.30 | 0 | 0.38 | 203.8 | 0.61 | 0.39 |
| Hex | 26 | 6F | 9F | 4C | 1E | 0 | 26 | CC | 3D | 27 |
| Octal | 46 | 157 | 237 | 114 | 36 | 0 | 46 | 314 | 75 | 47 |
| Binary | 100110 | 1101111 | 10011111 | 1001100 | 11110 | 0 | 100110 | 11001100 | 111101 | 100111 |
Color Harmonies of #266F9F
Complementary color
Monochromatic Colors of #266F9F
Black with #266F9F
Text Example
Text Example
White with #266F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F9F; }
p { color: rgb(38,111,159); }
H1.HeaderClassName
{
color: #266F9F;
}
.AnyTagClassName
{
color: #266F9F;
}
</style>
background-color css
<style>
a { background-color: #266F9F; }
a { background-color: rgb(38,111,159); }
div.DivClassName
{
background-color: #266F9F;
}
.BgClassName
{
background-color: #266F9F;
}
</style>
border-color css
<style>
span { border-color: #266F9F; }
span { border-color: rgb(38,111,159); }
td.TdClassName
{
border-color: #266F9F;
}
.TagClassName
{
border-color: #266F9F;
}
</style>