Shades of Allports #26667F
Tints of Allports #26667F
RGB
CMYK
RGB Variations
Color information
#26667F (or 0x26667F) is known color: Allports. HEX triplet: 26, 66 and 7F. RGB value is (38,102,127). Sum of RGB (Red+Green+Blue) = 38+102+127=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #26667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26667F is #D99980. Grayscale: #555555. Windows color (decimal): -14260609 or 8349222. OLE color: 8349222.
HSL color Cylindrical-coordinate representation of color #26667F: hue angle of 196.85º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26667F is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 102 | 127 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.50 |
| HSL | 196.85º | 0.54% | 0.32% | - |
| HSV(B) | 196.85º | 0.7% | 0.5% | - |
| XYZ | 9.38 | 11.45 | 21.79 | - |
| YUV | 85.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 127 | 0.70 | 0.20 | 0 | 0.50 | 196.85 | 0.54 | 0.32 |
| Hex | 26 | 66 | 7F | 46 | 14 | 0 | 32 | C5 | 36 | 20 |
| Octal | 46 | 146 | 177 | 106 | 24 | 0 | 62 | 305 | 66 | 40 |
| Binary | 100110 | 1100110 | 1111111 | 1000110 | 10100 | 0 | 110010 | 11000101 | 110110 | 100000 |
Color Harmonies of #26667F
Complementary color
Monochromatic Colors of #26667F
Black with #26667F
Text Example
Text Example
White with #26667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26667F; }
p { color: rgb(38,102,127); }
H1.HeaderClassName
{
color: #26667F;
}
.AnyTagClassName
{
color: #26667F;
}
</style>
background-color css
<style>
a { background-color: #26667F; }
a { background-color: rgb(38,102,127); }
div.DivClassName
{
background-color: #26667F;
}
.BgClassName
{
background-color: #26667F;
}
</style>
border-color css
<style>
span { border-color: #26667F; }
span { border-color: rgb(38,102,127); }
td.TdClassName
{
border-color: #26667F;
}
.TagClassName
{
border-color: #26667F;
}
</style>