Shades of Chathams Blue #1E5966
Tints of Chathams Blue #1E5966
RGB
CMYK
RGB Variations
Color information
#1E5966 (or 0x1E5966) is known color: Chathams Blue. HEX triplet: 1E, 59 and 66. RGB value is (30,89,102). Sum of RGB (Red+Green+Blue) = 30+89+102=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5966 is #E1A699. Grayscale: #484848. Windows color (decimal): -14788250 or 6707486. OLE color: 6707486.
HSL color Cylindrical-coordinate representation of color #1E5966: hue angle of 190.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E5966 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 89 | 102 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.6 |
| HSL | 190.83º | 0.55% | 0.26% | - |
| HSV(B) | 190.83º | 0.71% | 0.4% | - |
| XYZ | 6.51 | 8.38 | 13.84 | - |
| YUV | 72.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 102 | 0.71 | 0.13 | 0 | 0.6 | 190.83 | 0.55 | 0.26 |
| Hex | 1E | 59 | 66 | 47 | D | 0 | 3C | BF | 37 | 1A |
| Octal | 36 | 131 | 146 | 107 | 15 | 0 | 74 | 277 | 67 | 32 |
| Binary | 11110 | 1011001 | 1100110 | 1000111 | 1101 | 0 | 111100 | 10111111 | 110111 | 11010 |
Color Harmonies of #1E5966
Complementary color
Monochromatic Colors of #1E5966
Black with #1E5966
Text Example
Text Example
White with #1E5966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5966; }
p { color: rgb(30,89,102); }
H1.HeaderClassName
{
color: #1E5966;
}
.AnyTagClassName
{
color: #1E5966;
}
</style>
background-color css
<style>
a { background-color: #1E5966; }
a { background-color: rgb(30,89,102); }
div.DivClassName
{
background-color: #1E5966;
}
.BgClassName
{
background-color: #1E5966;
}
</style>
border-color css
<style>
span { border-color: #1E5966; }
span { border-color: rgb(30,89,102); }
td.TdClassName
{
border-color: #1E5966;
}
.TagClassName
{
border-color: #1E5966;
}
</style>