Shades of Allports #266C85
Tints of Allports #266C85
RGB
CMYK
RGB Variations
Color information
#266C85 (or 0x266C85) is known color: Allports. HEX triplet: 26, 6C and 85. RGB value is (38,108,133). Sum of RGB (Red+Green+Blue) = 38+108+133=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #266C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C85 is #D9937A. Grayscale: #595959. Windows color (decimal): -14259067 or 8743974. OLE color: 8743974.
HSL color Cylindrical-coordinate representation of color #266C85: hue angle of 195.79º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #266C85 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 108 | 133 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.48 |
| HSL | 195.79º | 0.56% | 0.34% | - |
| HSV(B) | 195.79º | 0.71% | 0.52% | - |
| XYZ | 10.4 | 12.83 | 24.12 | - |
| YUV | 89.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 133 | 0.71 | 0.19 | 0 | 0.48 | 195.79 | 0.56 | 0.34 |
| Hex | 26 | 6C | 85 | 47 | 13 | 0 | 30 | C4 | 38 | 22 |
| Octal | 46 | 154 | 205 | 107 | 23 | 0 | 60 | 304 | 70 | 42 |
| Binary | 100110 | 1101100 | 10000101 | 1000111 | 10011 | 0 | 110000 | 11000100 | 111000 | 100010 |
Color Harmonies of #266C85
Complementary color
Monochromatic Colors of #266C85
Black with #266C85
Text Example
Text Example
White with #266C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C85; }
p { color: rgb(38,108,133); }
H1.HeaderClassName
{
color: #266C85;
}
.AnyTagClassName
{
color: #266C85;
}
</style>
background-color css
<style>
a { background-color: #266C85; }
a { background-color: rgb(38,108,133); }
div.DivClassName
{
background-color: #266C85;
}
.BgClassName
{
background-color: #266C85;
}
</style>
border-color css
<style>
span { border-color: #266C85; }
span { border-color: rgb(38,108,133); }
td.TdClassName
{
border-color: #266C85;
}
.TagClassName
{
border-color: #266C85;
}
</style>