#1B604A

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

Shades of Evening Sea #1B604A

Tints of Evening Sea #1B604A

Color information

#1B604A (or 0x1B604A) is unknown color: approx Evening Sea. HEX triplet: 1B, 60 and 4A. RGB value is (27,96,74). Sum of RGB (Red+Green+Blue) = 27+96+74=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #1B604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B604A is #E49FB5. Grayscale: #484848. Windows color (decimal): -14983094 or 4874267. OLE color: 4874267.

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

Color convert

RGB279674-
CMYK0.7200.230.62
HSL160.87º56.1%24.12%-
HSV(B)160.87º71.88%37.65%-
XYZ5.879.097.92-
YUV72.86128.6495.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=13.71%
G=48.73%
B=37.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796740.7200.230.62160.8756.124.12
Hex1B604A480173Ea13818
Octal33140112110027762417030
Binary110111100000100101010010000101111111101010000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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