#1B604B

Color #1B604B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #1B604B

Tints of Evening Sea #1B604B

Color information

#1B604B (or 0x1B604B) is unknown color: approx Evening Sea. HEX triplet: 1B, 60 and 4B. RGB value is (27,96,75). Sum of RGB (Red+Green+Blue) = 27+96+75=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #1B604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B604B is #E49FB4. Grayscale: #484848. Windows color (decimal): -14983093 or 4939803. OLE color: 4939803.

HSL color Cylindrical-coordinate representation of color #1B604B: hue angle of 161.74º 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 #1B604B is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB279675-
CMYK0.7200.220.62
HSL161.74º56.1%24.12%-
HSV(B)161.74º71.88%37.65%-
XYZ5.99.118.1-
YUV72.97129.1495.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 13.64%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=13.64%
G=48.48%
B=37.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796750.7200.220.62161.7456.124.12
Hex1B604B480163Ea23818
Octal33140113110026762427030
Binary110111100000100101110010000101101111101010001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B604B; }

 p { color: rgb(27,96,75); }

 H1.HeaderClassName
 {
   color: #1B604B;
 }
 .AnyTagClassName
 {
   color: #1B604B;
 }
</style>
background-color css

<style>
 a { background-color: #1B604B; }

 a { background-color: rgb(27,96,75); }

 div.DivClassName
 {
   background-color: #1B604B;
 }
 .BgClassName
 {
   background-color: #1B604B;
 }
</style>
border-color css

<style>
 span { border-color: #1B604B; }

 span { border-color: rgb(27,96,75); }

 td.TdClassName
 {
   border-color: #1B604B;
 }
 .TagClassName
 {
   border-color: #1B604B;
 }
</style>