Shades of Allports #266F77
Tints of Allports #266F77
RGB
CMYK
RGB Variations
Color information
#266F77 (or 0x266F77) is known color: Allports. HEX triplet: 26, 6F and 77. RGB value is (38,111,119). Sum of RGB (Red+Green+Blue) = 38+111+119=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #266F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F77 is #D99088. Grayscale: #595959. Windows color (decimal): -14258313 or 7827238. OLE color: 7827238.
HSL color Cylindrical-coordinate representation of color #266F77: hue angle of 185.93º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266F77 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 111 | 119 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.53 |
| HSL | 185.93º | 0.52% | 0.31% | - |
| HSV(B) | 185.93º | 0.68% | 0.47% | - |
| XYZ | 9.81 | 13.11 | 19.47 | - |
| YUV | 90.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 119 | 0.68 | 0.07 | 0 | 0.53 | 185.93 | 0.52 | 0.31 |
| Hex | 26 | 6F | 77 | 44 | 7 | 0 | 35 | BA | 34 | 1F |
| Octal | 46 | 157 | 167 | 104 | 7 | 0 | 65 | 272 | 64 | 37 |
| Binary | 100110 | 1101111 | 1110111 | 1000100 | 111 | 0 | 110101 | 10111010 | 110100 | 11111 |
Color Harmonies of #266F77
Complementary color
Monochromatic Colors of #266F77
Black with #266F77
Text Example
Text Example
White with #266F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F77; }
p { color: rgb(38,111,119); }
H1.HeaderClassName
{
color: #266F77;
}
.AnyTagClassName
{
color: #266F77;
}
</style>
background-color css
<style>
a { background-color: #266F77; }
a { background-color: rgb(38,111,119); }
div.DivClassName
{
background-color: #266F77;
}
.BgClassName
{
background-color: #266F77;
}
</style>
border-color css
<style>
span { border-color: #266F77; }
span { border-color: rgb(38,111,119); }
td.TdClassName
{
border-color: #266F77;
}
.TagClassName
{
border-color: #266F77;
}
</style>