Shades of Allports #266D87
Tints of Allports #266D87
RGB
CMYK
RGB Variations
Color information
#266D87 (or 0x266D87) is known color: Allports. HEX triplet: 26, 6D and 87. RGB value is (38,109,135). Sum of RGB (Red+Green+Blue) = 38+109+135=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #266D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D87 is #D99278. Grayscale: #5A5A5A. Windows color (decimal): -14258809 or 8875302. OLE color: 8875302.
HSL color Cylindrical-coordinate representation of color #266D87: hue angle of 196.08º 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 #266D87 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 109 | 135 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.47 |
| HSL | 196.08º | 0.56% | 0.34% | - |
| HSV(B) | 196.08º | 0.72% | 0.53% | - |
| XYZ | 10.64 | 13.1 | 24.89 | - |
| YUV | 90.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 135 | 0.72 | 0.19 | 0 | 0.47 | 196.08 | 0.56 | 0.34 |
| Hex | 26 | 6D | 87 | 48 | 13 | 0 | 2F | C4 | 38 | 22 |
| Octal | 46 | 155 | 207 | 110 | 23 | 0 | 57 | 304 | 70 | 42 |
| Binary | 100110 | 1101101 | 10000111 | 1001000 | 10011 | 0 | 101111 | 11000100 | 111000 | 100010 |
Color Harmonies of #266D87
Complementary color
Monochromatic Colors of #266D87
Black with #266D87
Text Example
Text Example
White with #266D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D87; }
p { color: rgb(38,109,135); }
H1.HeaderClassName
{
color: #266D87;
}
.AnyTagClassName
{
color: #266D87;
}
</style>
background-color css
<style>
a { background-color: #266D87; }
a { background-color: rgb(38,109,135); }
div.DivClassName
{
background-color: #266D87;
}
.BgClassName
{
background-color: #266D87;
}
</style>
border-color css
<style>
span { border-color: #266D87; }
span { border-color: rgb(38,109,135); }
td.TdClassName
{
border-color: #266D87;
}
.TagClassName
{
border-color: #266D87;
}
</style>