Shades of Chathams Blue #1F5569
Tints of Chathams Blue #1F5569
RGB
CMYK
RGB Variations
Color information
#1F5569 (or 0x1F5569) is known color: Chathams Blue. HEX triplet: 1F, 55 and 69. RGB value is (31,85,105). Sum of RGB (Red+Green+Blue) = 31+85+105=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F5569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5569 is #E0AA96. Grayscale: #474747. Windows color (decimal): -14723735 or 6903071. OLE color: 6903071.
HSL color Cylindrical-coordinate representation of color #1F5569: hue angle of 196.22º degrees, saturation: 0.54, 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 #1F5569 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 85 | 105 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.59 |
| HSL | 196.22º | 0.54% | 0.27% | - |
| HSV(B) | 196.22º | 0.7% | 0.41% | - |
| XYZ | 6.36 | 7.81 | 14.54 | - |
| YUV | 71.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 105 | 0.70 | 0.19 | 0 | 0.59 | 196.22 | 0.54 | 0.27 |
| Hex | 1F | 55 | 69 | 46 | 13 | 0 | 3B | C4 | 36 | 1B |
| Octal | 37 | 125 | 151 | 106 | 23 | 0 | 73 | 304 | 66 | 33 |
| Binary | 11111 | 1010101 | 1101001 | 1000110 | 10011 | 0 | 111011 | 11000100 | 110110 | 11011 |
Color Harmonies of #1F5569
Complementary color
Monochromatic Colors of #1F5569
Black with #1F5569
Text Example
Text Example
White with #1F5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5569; }
p { color: rgb(31,85,105); }
H1.HeaderClassName
{
color: #1F5569;
}
.AnyTagClassName
{
color: #1F5569;
}
</style>
background-color css
<style>
a { background-color: #1F5569; }
a { background-color: rgb(31,85,105); }
div.DivClassName
{
background-color: #1F5569;
}
.BgClassName
{
background-color: #1F5569;
}
</style>
border-color css
<style>
span { border-color: #1F5569; }
span { border-color: rgb(31,85,105); }
td.TdClassName
{
border-color: #1F5569;
}
.TagClassName
{
border-color: #1F5569;
}
</style>