Shades of Allports #266B7D
Tints of Allports #266B7D
RGB
CMYK
RGB Variations
Color information
#266B7D (or 0x266B7D) is known color: Allports. HEX triplet: 26, 6B and 7D. RGB value is (38,107,125). Sum of RGB (Red+Green+Blue) = 38+107+125=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #266B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B7D is #D99482. Grayscale: #585858. Windows color (decimal): -14259331 or 8219430. OLE color: 8219430.
HSL color Cylindrical-coordinate representation of color #266B7D: hue angle of 192.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266B7D is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 107 | 125 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.51 |
| HSL | 192.41º | 0.53% | 0.32% | - |
| HSV(B) | 192.41º | 0.7% | 0.49% | - |
| XYZ | 9.76 | 12.41 | 21.28 | - |
| YUV | 88.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 125 | 0.70 | 0.14 | 0 | 0.51 | 192.41 | 0.53 | 0.32 |
| Hex | 26 | 6B | 7D | 46 | E | 0 | 33 | C0 | 35 | 20 |
| Octal | 46 | 153 | 175 | 106 | 16 | 0 | 63 | 300 | 65 | 40 |
| Binary | 100110 | 1101011 | 1111101 | 1000110 | 1110 | 0 | 110011 | 11000000 | 110101 | 100000 |
Color Harmonies of #266B7D
Complementary color
Monochromatic Colors of #266B7D
Black with #266B7D
Text Example
Text Example
White with #266B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B7D; }
p { color: rgb(38,107,125); }
H1.HeaderClassName
{
color: #266B7D;
}
.AnyTagClassName
{
color: #266B7D;
}
</style>
background-color css
<style>
a { background-color: #266B7D; }
a { background-color: rgb(38,107,125); }
div.DivClassName
{
background-color: #266B7D;
}
.BgClassName
{
background-color: #266B7D;
}
</style>
border-color css
<style>
span { border-color: #266B7D; }
span { border-color: rgb(38,107,125); }
td.TdClassName
{
border-color: #266B7D;
}
.TagClassName
{
border-color: #266B7D;
}
</style>