Shades of Evening Sea #1B604C
Tints of Evening Sea #1B604C
RGB
CMYK
RGB Variations
Color information
#1B604C (or 0x1B604C) is known color: Evening Sea. HEX triplet: 1B, 60 and 4C. RGB value is (27,96,76). Sum of RGB (Red+Green+Blue) = 27+96+76=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #1B604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B604C is #E49FB3. Grayscale: #494949. Windows color (decimal): -14983092 or 5005339. OLE color: 5005339.
HSL color Cylindrical-coordinate representation of color #1B604C: hue angle of 162.61º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B604C is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 76 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.62 |
| HSL | 162.61º | 0.56% | 0.24% | - |
| HSV(B) | 162.61º | 0.72% | 0.38% | - |
| XYZ | 5.94 | 9.12 | 8.28 | - |
| YUV | 73.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 76 | 0.72 | 0 | 0.21 | 0.62 | 162.61 | 0.56 | 0.24 |
| Hex | 1B | 60 | 4C | 48 | 0 | 15 | 3E | A3 | 38 | 18 |
| Octal | 33 | 140 | 114 | 110 | 0 | 25 | 76 | 243 | 70 | 30 |
| Binary | 11011 | 1100000 | 1001100 | 1001000 | 0 | 10101 | 111110 | 10100011 | 111000 | 11000 |
Color Harmonies of #1B604C
Complementary color
Monochromatic Colors of #1B604C
Black with #1B604C
Text Example
Text Example
White with #1B604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B604C; }
p { color: rgb(27,96,76); }
H1.HeaderClassName
{
color: #1B604C;
}
.AnyTagClassName
{
color: #1B604C;
}
</style>
background-color css
<style>
a { background-color: #1B604C; }
a { background-color: rgb(27,96,76); }
div.DivClassName
{
background-color: #1B604C;
}
.BgClassName
{
background-color: #1B604C;
}
</style>
border-color css
<style>
span { border-color: #1B604C; }
span { border-color: rgb(27,96,76); }
td.TdClassName
{
border-color: #1B604C;
}
.TagClassName
{
border-color: #1B604C;
}
</style>