Shades of Chathams Blue #205A69
Tints of Chathams Blue #205A69
RGB
CMYK
RGB Variations
Color information
#205A69 (or 0x205A69) is known color: Chathams Blue. HEX triplet: 20, 5A and 69. RGB value is (32,90,105). Sum of RGB (Red+Green+Blue) = 32+90+105=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #205A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A69 is #DFA596. Grayscale: #4A4A4A. Windows color (decimal): -14656919 or 6904352. OLE color: 6904352.
HSL color Cylindrical-coordinate representation of color #205A69: hue angle of 192.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205A69 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 90 | 105 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.59 |
| HSL | 192.33º | 0.53% | 0.27% | - |
| HSV(B) | 192.33º | 0.7% | 0.41% | - |
| XYZ | 6.8 | 8.64 | 14.67 | - |
| YUV | 74.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 105 | 0.70 | 0.14 | 0 | 0.59 | 192.33 | 0.53 | 0.27 |
| Hex | 20 | 5A | 69 | 46 | E | 0 | 3B | C0 | 35 | 1B |
| Octal | 40 | 132 | 151 | 106 | 16 | 0 | 73 | 300 | 65 | 33 |
| Binary | 100000 | 1011010 | 1101001 | 1000110 | 1110 | 0 | 111011 | 11000000 | 110101 | 11011 |
Color Harmonies of #205A69
Complementary color
Monochromatic Colors of #205A69
Black with #205A69
Text Example
Text Example
White with #205A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A69; }
p { color: rgb(32,90,105); }
H1.HeaderClassName
{
color: #205A69;
}
.AnyTagClassName
{
color: #205A69;
}
</style>
background-color css
<style>
a { background-color: #205A69; }
a { background-color: rgb(32,90,105); }
div.DivClassName
{
background-color: #205A69;
}
.BgClassName
{
background-color: #205A69;
}
</style>
border-color css
<style>
span { border-color: #205A69; }
span { border-color: rgb(32,90,105); }
td.TdClassName
{
border-color: #205A69;
}
.TagClassName
{
border-color: #205A69;
}
</style>