Shades of Chathams Blue #26596D
Tints of Chathams Blue #26596D
RGB
CMYK
RGB Variations
Color information
#26596D (or 0x26596D) is known color: Chathams Blue. HEX triplet: 26, 59 and 6D. RGB value is (38,89,109). Sum of RGB (Red+Green+Blue) = 38+89+109=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #26596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26596D is #D9A692. Grayscale: #4B4B4B. Windows color (decimal): -14263955 or 7166246. OLE color: 7166246.
HSL color Cylindrical-coordinate representation of color #26596D: hue angle of 196.9º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26596D is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 89 | 109 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.57 |
| HSL | 196.9º | 0.48% | 0.29% | - |
| HSV(B) | 196.9º | 0.65% | 0.43% | - |
| XYZ | 7.13 | 8.66 | 15.76 | - |
| YUV | 76.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 109 | 0.65 | 0.18 | 0 | 0.57 | 196.9 | 0.48 | 0.29 |
| Hex | 26 | 59 | 6D | 41 | 12 | 0 | 39 | C5 | 30 | 1D |
| Octal | 46 | 131 | 155 | 101 | 22 | 0 | 71 | 305 | 60 | 35 |
| Binary | 100110 | 1011001 | 1101101 | 1000001 | 10010 | 0 | 111001 | 11000101 | 110000 | 11101 |
Color Harmonies of #26596D
Complementary color
Monochromatic Colors of #26596D
Black with #26596D
Text Example
Text Example
White with #26596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26596D; }
p { color: rgb(38,89,109); }
H1.HeaderClassName
{
color: #26596D;
}
.AnyTagClassName
{
color: #26596D;
}
</style>
background-color css
<style>
a { background-color: #26596D; }
a { background-color: rgb(38,89,109); }
div.DivClassName
{
background-color: #26596D;
}
.BgClassName
{
background-color: #26596D;
}
</style>
border-color css
<style>
span { border-color: #26596D; }
span { border-color: rgb(38,89,109); }
td.TdClassName
{
border-color: #26596D;
}
.TagClassName
{
border-color: #26596D;
}
</style>