Html Css Color HEX #1B614D Evening Sea

📋 copy color: '#1B614D'

red 27 ◦ green 97 ◦ blue 77

#1B614D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #1B614D

Tints of Evening Sea #1B614D

RGB

 RED value IS 27 (10.94% from 255) = 13.43%

 GREEN value IS 97 (38.28% from 255) = 48.26%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 13.43%
G = 48.26%
B = 38.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#1B614D (or 0x1B614D) is known color: Evening Sea. HEX triplet: 1B, 61 and 4D. RGB value is (27,97,77). Sum of RGB (Red+Green+Blue) = 27+97+77=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #1B614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B614D is #E49EB2. Grayscale: #494949. Windows color (decimal): -14982835 or 5071131. OLE color: 5071131.

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

Color convert

RGB 27 97 77 -
CMYK 0.72 0 0.21 0.62
HSL 162.86º 0.56% 0.24% -
HSV(B) 162.86º 0.72% 0.38% -
XYZ 6.07 9.32 8.5 -
YUV 73.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 27 97 77 0.72 0 0.21 0.62 162.86 0.56 0.24
Hex 1B 61 4D 48 0 15 3E A3 38 18
Octal 33 141 115 110 0 25 76 243 70 30
Binary 11011 1100001 1001101 1001000 0 10101 111110 10100011 111000 11000

Color Harmonies of #1B614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B614D

Black with #1B614D

Text Example


Text Example

White with #1B614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,97,77); }

 H1.HeaderClassName
 {
   color: #1B614D;
 }
 .AnyTagClassName
 {
   color: #1B614D;
 }
</style>

background-color css

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

 a { background-color: rgb(27,97,77); }

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

border-color css

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

 span { border-color: rgb(27,97,77); }

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