Shades of Chathams Blue #1F5769
Tints of Chathams Blue #1F5769
RGB
CMYK
RGB Variations
Color information
#1F5769 (or 0x1F5769) is known color: Chathams Blue. HEX triplet: 1F, 57 and 69. RGB value is (31,87,105). Sum of RGB (Red+Green+Blue) = 31+87+105=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F5769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5769 is #E0A896. Grayscale: #484848. Windows color (decimal): -14723223 or 6903583. OLE color: 6903583.
HSL color Cylindrical-coordinate representation of color #1F5769: hue angle of 194.59º 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 #1F5769 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 87 | 105 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.59 |
| HSL | 194.59º | 0.54% | 0.27% | - |
| HSV(B) | 194.59º | 0.7% | 0.41% | - |
| XYZ | 6.52 | 8.13 | 14.59 | - |
| YUV | 72.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 105 | 0.70 | 0.17 | 0 | 0.59 | 194.59 | 0.54 | 0.27 |
| Hex | 1F | 57 | 69 | 46 | 11 | 0 | 3B | C3 | 36 | 1B |
| Octal | 37 | 127 | 151 | 106 | 21 | 0 | 73 | 303 | 66 | 33 |
| Binary | 11111 | 1010111 | 1101001 | 1000110 | 10001 | 0 | 111011 | 11000011 | 110110 | 11011 |
Color Harmonies of #1F5769
Complementary color
Monochromatic Colors of #1F5769
Black with #1F5769
Text Example
Text Example
White with #1F5769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5769; }
p { color: rgb(31,87,105); }
H1.HeaderClassName
{
color: #1F5769;
}
.AnyTagClassName
{
color: #1F5769;
}
</style>
background-color css
<style>
a { background-color: #1F5769; }
a { background-color: rgb(31,87,105); }
div.DivClassName
{
background-color: #1F5769;
}
.BgClassName
{
background-color: #1F5769;
}
</style>
border-color css
<style>
span { border-color: #1F5769; }
span { border-color: rgb(31,87,105); }
td.TdClassName
{
border-color: #1F5769;
}
.TagClassName
{
border-color: #1F5769;
}
</style>