Shades of Evening Sea #1F534B
Tints of Evening Sea #1F534B
RGB
CMYK
RGB Variations
Color information
#1F534B (or 0x1F534B) is known color: Evening Sea. HEX triplet: 1F, 53 and 4B. RGB value is (31,83,75). Sum of RGB (Red+Green+Blue) = 31+83+75=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #1F534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F534B is #E0ACB4. Grayscale: #424242. Windows color (decimal): -14724277 or 4936479. OLE color: 4936479.
HSL color Cylindrical-coordinate representation of color #1F534B: hue angle of 170.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F534B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 75 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.67 |
| HSL | 170.77º | 0.46% | 0.22% | - |
| HSV(B) | 170.77º | 0.63% | 0.33% | - |
| XYZ | 4.93 | 6.99 | 7.75 | - |
| YUV | 66.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 75 | 0.63 | 0 | 0.10 | 0.67 | 170.77 | 0.46 | 0.22 |
| Hex | 1F | 53 | 4B | 3F | 0 | A | 43 | AB | 2E | 16 |
| Octal | 37 | 123 | 113 | 77 | 0 | 12 | 103 | 253 | 56 | 26 |
| Binary | 11111 | 1010011 | 1001011 | 111111 | 0 | 1010 | 1000011 | 10101011 | 101110 | 10110 |
Color Harmonies of #1F534B
Complementary color
Monochromatic Colors of #1F534B
Black with #1F534B
Text Example
Text Example
White with #1F534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F534B; }
p { color: rgb(31,83,75); }
H1.HeaderClassName
{
color: #1F534B;
}
.AnyTagClassName
{
color: #1F534B;
}
</style>
background-color css
<style>
a { background-color: #1F534B; }
a { background-color: rgb(31,83,75); }
div.DivClassName
{
background-color: #1F534B;
}
.BgClassName
{
background-color: #1F534B;
}
</style>
border-color css
<style>
span { border-color: #1F534B; }
span { border-color: rgb(31,83,75); }
td.TdClassName
{
border-color: #1F534B;
}
.TagClassName
{
border-color: #1F534B;
}
</style>