Shades of Teal Blue #265059
Tints of Teal Blue #265059
RGB
CMYK
RGB Variations
Color information
#265059 (or 0x265059) is known color: Teal Blue. HEX triplet: 26, 50 and 59. RGB value is (38,80,89). Sum of RGB (Red+Green+Blue) = 38+80+89=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #265059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265059 is #D9AFA6. Grayscale: #444444. Windows color (decimal): -14266279 or 5853222. OLE color: 5853222.
HSL color Cylindrical-coordinate representation of color #265059: hue angle of 190.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265059 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 80 | 89 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.65 |
| HSL | 190.59º | 0.4% | 0.25% | - |
| HSV(B) | 190.59º | 0.57% | 0.35% | - |
| XYZ | 5.47 | 6.87 | 10.49 | - |
| YUV | 68.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 89 | 0.57 | 0.10 | 0 | 0.65 | 190.59 | 0.4 | 0.25 |
| Hex | 26 | 50 | 59 | 39 | A | 0 | 41 | BF | 28 | 19 |
| Octal | 46 | 120 | 131 | 71 | 12 | 0 | 101 | 277 | 50 | 31 |
| Binary | 100110 | 1010000 | 1011001 | 111001 | 1010 | 0 | 1000001 | 10111111 | 101000 | 11001 |
Color Harmonies of #265059
Complementary color
Monochromatic Colors of #265059
Black with #265059
Text Example
Text Example
White with #265059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265059; }
p { color: rgb(38,80,89); }
H1.HeaderClassName
{
color: #265059;
}
.AnyTagClassName
{
color: #265059;
}
</style>
background-color css
<style>
a { background-color: #265059; }
a { background-color: rgb(38,80,89); }
div.DivClassName
{
background-color: #265059;
}
.BgClassName
{
background-color: #265059;
}
</style>
border-color css
<style>
span { border-color: #265059; }
span { border-color: rgb(38,80,89); }
td.TdClassName
{
border-color: #265059;
}
.TagClassName
{
border-color: #265059;
}
</style>