Shades of Chathams Blue #1F5867
Tints of Chathams Blue #1F5867
RGB
CMYK
RGB Variations
Color information
#1F5867 (or 0x1F5867) is known color: Chathams Blue. HEX triplet: 1F, 58 and 67. RGB value is (31,88,103). Sum of RGB (Red+Green+Blue) = 31+88+103=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F5867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5867 is #E0A798. Grayscale: #484848. Windows color (decimal): -14722969 or 6772767. OLE color: 6772767.
HSL color Cylindrical-coordinate representation of color #1F5867: hue angle of 192.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F5867 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 88 | 103 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.60 |
| HSL | 192.5º | 0.54% | 0.26% | - |
| HSV(B) | 192.5º | 0.7% | 0.4% | - |
| XYZ | 6.5 | 8.25 | 14.08 | - |
| YUV | 72.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 103 | 0.70 | 0.15 | 0 | 0.60 | 192.5 | 0.54 | 0.26 |
| Hex | 1F | 58 | 67 | 46 | F | 0 | 3C | C0 | 36 | 1A |
| Octal | 37 | 130 | 147 | 106 | 17 | 0 | 74 | 300 | 66 | 32 |
| Binary | 11111 | 1011000 | 1100111 | 1000110 | 1111 | 0 | 111100 | 11000000 | 110110 | 11010 |
Color Harmonies of #1F5867
Complementary color
Monochromatic Colors of #1F5867
Black with #1F5867
Text Example
Text Example
White with #1F5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5867; }
p { color: rgb(31,88,103); }
H1.HeaderClassName
{
color: #1F5867;
}
.AnyTagClassName
{
color: #1F5867;
}
</style>
background-color css
<style>
a { background-color: #1F5867; }
a { background-color: rgb(31,88,103); }
div.DivClassName
{
background-color: #1F5867;
}
.BgClassName
{
background-color: #1F5867;
}
</style>
border-color css
<style>
span { border-color: #1F5867; }
span { border-color: rgb(31,88,103); }
td.TdClassName
{
border-color: #1F5867;
}
.TagClassName
{
border-color: #1F5867;
}
</style>