Shades of Allports #266E86
Tints of Allports #266E86
RGB
CMYK
RGB Variations
Color information
#266E86 (or 0x266E86) is known color: Allports. HEX triplet: 26, 6E and 86. RGB value is (38,110,134). Sum of RGB (Red+Green+Blue) = 38+110+134=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #266E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E86 is #D99179. Grayscale: #5B5B5B. Windows color (decimal): -14258554 or 8810022. OLE color: 8810022.
HSL color Cylindrical-coordinate representation of color #266E86: hue angle of 195º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266E86 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 110 | 134 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.47 |
| HSL | 195º | 0.56% | 0.34% | - |
| HSV(B) | 195º | 0.72% | 0.53% | - |
| XYZ | 10.68 | 13.29 | 24.56 | - |
| YUV | 91.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 134 | 0.72 | 0.18 | 0 | 0.47 | 195 | 0.56 | 0.34 |
| Hex | 26 | 6E | 86 | 48 | 12 | 0 | 2F | C3 | 38 | 22 |
| Octal | 46 | 156 | 206 | 110 | 22 | 0 | 57 | 303 | 70 | 42 |
| Binary | 100110 | 1101110 | 10000110 | 1001000 | 10010 | 0 | 101111 | 11000011 | 111000 | 100010 |
Color Harmonies of #266E86
Complementary color
Monochromatic Colors of #266E86
Black with #266E86
Text Example
Text Example
White with #266E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E86; }
p { color: rgb(38,110,134); }
H1.HeaderClassName
{
color: #266E86;
}
.AnyTagClassName
{
color: #266E86;
}
</style>
background-color css
<style>
a { background-color: #266E86; }
a { background-color: rgb(38,110,134); }
div.DivClassName
{
background-color: #266E86;
}
.BgClassName
{
background-color: #266E86;
}
</style>
border-color css
<style>
span { border-color: #266E86; }
span { border-color: rgb(38,110,134); }
td.TdClassName
{
border-color: #266E86;
}
.TagClassName
{
border-color: #266E86;
}
</style>