Shades of Lochmara #266F9A
Tints of Lochmara #266F9A
RGB
CMYK
RGB Variations
Color information
#266F9A (or 0x266F9A) is known color: Lochmara. HEX triplet: 26, 6F and 9A. RGB value is (38,111,154). Sum of RGB (Red+Green+Blue) = 38+111+154=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #266F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F9A is #D99065. Grayscale: #5D5D5D. Windows color (decimal): -14258278 or 10120998. OLE color: 10120998.
HSL color Cylindrical-coordinate representation of color #266F9A: hue angle of 202.24º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266F9A is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 111 | 154 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.40 |
| HSL | 202.24º | 0.6% | 0.38% | - |
| HSV(B) | 202.24º | 0.75% | 0.6% | - |
| XYZ | 12.32 | 14.11 | 32.65 | - |
| YUV | 94.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 154 | 0.75 | 0.28 | 0 | 0.40 | 202.24 | 0.6 | 0.38 |
| Hex | 26 | 6F | 9A | 4B | 1C | 0 | 28 | CA | 3C | 26 |
| Octal | 46 | 157 | 232 | 113 | 34 | 0 | 50 | 312 | 74 | 46 |
| Binary | 100110 | 1101111 | 10011010 | 1001011 | 11100 | 0 | 101000 | 11001010 | 111100 | 100110 |
Color Harmonies of #266F9A
Complementary color
Monochromatic Colors of #266F9A
Black with #266F9A
Text Example
Text Example
White with #266F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F9A; }
p { color: rgb(38,111,154); }
H1.HeaderClassName
{
color: #266F9A;
}
.AnyTagClassName
{
color: #266F9A;
}
</style>
background-color css
<style>
a { background-color: #266F9A; }
a { background-color: rgb(38,111,154); }
div.DivClassName
{
background-color: #266F9A;
}
.BgClassName
{
background-color: #266F9A;
}
</style>
border-color css
<style>
span { border-color: #266F9A; }
span { border-color: rgb(38,111,154); }
td.TdClassName
{
border-color: #266F9A;
}
.TagClassName
{
border-color: #266F9A;
}
</style>