Shades of Allports #266D80
Tints of Allports #266D80
RGB
CMYK
RGB Variations
Color information
#266D80 (or 0x266D80) is known color: Allports. HEX triplet: 26, 6D and 80. RGB value is (38,109,128). Sum of RGB (Red+Green+Blue) = 38+109+128=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #266D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D80 is #D9927F. Grayscale: #595959. Windows color (decimal): -14258816 or 8416550. OLE color: 8416550.
HSL color Cylindrical-coordinate representation of color #266D80: hue angle of 192.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266D80 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 109 | 128 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.50 |
| HSL | 192.67º | 0.54% | 0.33% | - |
| HSV(B) | 192.67º | 0.7% | 0.5% | - |
| XYZ | 10.16 | 12.91 | 22.38 | - |
| YUV | 89.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 128 | 0.70 | 0.15 | 0 | 0.50 | 192.67 | 0.54 | 0.33 |
| Hex | 26 | 6D | 80 | 46 | F | 0 | 32 | C1 | 36 | 21 |
| Octal | 46 | 155 | 200 | 106 | 17 | 0 | 62 | 301 | 66 | 41 |
| Binary | 100110 | 1101101 | 10000000 | 1000110 | 1111 | 0 | 110010 | 11000001 | 110110 | 100001 |
Color Harmonies of #266D80
Complementary color
Monochromatic Colors of #266D80
Black with #266D80
Text Example
Text Example
White with #266D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D80; }
p { color: rgb(38,109,128); }
H1.HeaderClassName
{
color: #266D80;
}
.AnyTagClassName
{
color: #266D80;
}
</style>
background-color css
<style>
a { background-color: #266D80; }
a { background-color: rgb(38,109,128); }
div.DivClassName
{
background-color: #266D80;
}
.BgClassName
{
background-color: #266D80;
}
</style>
border-color css
<style>
span { border-color: #266D80; }
span { border-color: rgb(38,109,128); }
td.TdClassName
{
border-color: #266D80;
}
.TagClassName
{
border-color: #266D80;
}
</style>