Shades of Allports #266F89
Tints of Allports #266F89
RGB
CMYK
RGB Variations
Color information
#266F89 (or 0x266F89) is known color: Allports. HEX triplet: 26, 6F and 89. RGB value is (38,111,137). Sum of RGB (Red+Green+Blue) = 38+111+137=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #266F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F89 is #D99076. Grayscale: #5B5B5B. Windows color (decimal): -14258295 or 9006886. OLE color: 9006886.
HSL color Cylindrical-coordinate representation of color #266F89: hue angle of 195.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266F89 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 111 | 137 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.46 |
| HSL | 195.76º | 0.57% | 0.34% | - |
| HSV(B) | 195.76º | 0.72% | 0.54% | - |
| XYZ | 11 | 13.59 | 25.71 | - |
| YUV | 92.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 137 | 0.72 | 0.19 | 0 | 0.46 | 195.76 | 0.57 | 0.34 |
| Hex | 26 | 6F | 89 | 48 | 13 | 0 | 2E | C4 | 39 | 22 |
| Octal | 46 | 157 | 211 | 110 | 23 | 0 | 56 | 304 | 71 | 42 |
| Binary | 100110 | 1101111 | 10001001 | 1001000 | 10011 | 0 | 101110 | 11000100 | 111001 | 100010 |
Color Harmonies of #266F89
Complementary color
Monochromatic Colors of #266F89
Black with #266F89
Text Example
Text Example
White with #266F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F89; }
p { color: rgb(38,111,137); }
H1.HeaderClassName
{
color: #266F89;
}
.AnyTagClassName
{
color: #266F89;
}
</style>
background-color css
<style>
a { background-color: #266F89; }
a { background-color: rgb(38,111,137); }
div.DivClassName
{
background-color: #266F89;
}
.BgClassName
{
background-color: #266F89;
}
</style>
border-color css
<style>
span { border-color: #266F89; }
span { border-color: rgb(38,111,137); }
td.TdClassName
{
border-color: #266F89;
}
.TagClassName
{
border-color: #266F89;
}
</style>