Shades of Allports #26667B
Tints of Allports #26667B
RGB
CMYK
RGB Variations
Color information
#26667B (or 0x26667B) is known color: Allports. HEX triplet: 26, 66 and 7B. RGB value is (38,102,123). Sum of RGB (Red+Green+Blue) = 38+102+123=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #26667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26667B is #D99984. Grayscale: #555555. Windows color (decimal): -14260613 or 8087078. OLE color: 8087078.
HSL color Cylindrical-coordinate representation of color #26667B: hue angle of 194.82º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26667B is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 102 | 123 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.52 |
| HSL | 194.82º | 0.53% | 0.32% | - |
| HSV(B) | 194.82º | 0.69% | 0.48% | - |
| XYZ | 9.13 | 11.34 | 20.45 | - |
| YUV | 85.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 123 | 0.69 | 0.17 | 0 | 0.52 | 194.82 | 0.53 | 0.32 |
| Hex | 26 | 66 | 7B | 45 | 11 | 0 | 34 | C3 | 35 | 20 |
| Octal | 46 | 146 | 173 | 105 | 21 | 0 | 64 | 303 | 65 | 40 |
| Binary | 100110 | 1100110 | 1111011 | 1000101 | 10001 | 0 | 110100 | 11000011 | 110101 | 100000 |
Color Harmonies of #26667B
Complementary color
Monochromatic Colors of #26667B
Black with #26667B
Text Example
Text Example
White with #26667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26667B; }
p { color: rgb(38,102,123); }
H1.HeaderClassName
{
color: #26667B;
}
.AnyTagClassName
{
color: #26667B;
}
</style>
background-color css
<style>
a { background-color: #26667B; }
a { background-color: rgb(38,102,123); }
div.DivClassName
{
background-color: #26667B;
}
.BgClassName
{
background-color: #26667B;
}
</style>
border-color css
<style>
span { border-color: #26667B; }
span { border-color: rgb(38,102,123); }
td.TdClassName
{
border-color: #26667B;
}
.TagClassName
{
border-color: #26667B;
}
</style>