Html Css Color HEX #1A674F Evening Sea

📋 copy color: '#1A674F'

red 26 ◦ green 103 ◦ blue 79

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

Shades of Evening Sea #1A674F

Tints of Evening Sea #1A674F

RGB

 RED value IS 26 (10.55% from 255) = 12.5%

 GREEN value IS 103 (40.63% from 255) = 49.52%

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 12.5%
G = 49.52%
B = 37.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#1A674F (or 0x1A674F) is known color: Evening Sea. HEX triplet: 1A, 67 and 4F. RGB value is (26,103,79). Sum of RGB (Red+Green+Blue) = 26+103+79=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #1A674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A674F is #E598B0. Grayscale: #4D4D4D. Windows color (decimal): -15046833 or 5203738. OLE color: 5203738.

HSL color Cylindrical-coordinate representation of color #1A674F: hue angle of 161.3º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A674F is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 26 103 79 -
CMYK 0.75 0 0.23 0.60
HSL 161.3º 0.6% 0.25% -
HSV(B) 161.3º 0.75% 0.4% -
XYZ 6.69 10.48 9.07 -
YUV 77.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 26 103 79 0.75 0 0.23 0.60 161.3 0.6 0.25
Hex 1A 67 4F 4B 0 17 3C A1 3C 19
Octal 32 147 117 113 0 27 74 241 74 31
Binary 11010 1100111 1001111 1001011 0 10111 111100 10100001 111100 11001

Color Harmonies of #1A674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A674F

Black with #1A674F

Text Example


Text Example

White with #1A674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,103,79); }

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

background-color css

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

 a { background-color: rgb(26,103,79); }

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

border-color css

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

 span { border-color: rgb(26,103,79); }

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