Html Css Color HEX #1F5A4E Evening Sea

📋 copy color: '#1F5A4E'

red 31 ◦ green 90 ◦ blue 78

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

Shades of Evening Sea #1F5A4E

Tints of Evening Sea #1F5A4E

RGB

 RED value IS 31 (12.5% from 255) = 15.58%

 GREEN value IS 90 (35.55% from 255) = 45.23%

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 15.58%
G = 45.23%
B = 39.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#1F5A4E (or 0x1F5A4E) is known color: Evening Sea. HEX triplet: 1F, 5A and 4E. RGB value is (31,90,78). Sum of RGB (Red+Green+Blue) = 31+90+78=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5A4E is #E0A5B1. Grayscale: #464646. Windows color (decimal): -14722482 or 5134879. OLE color: 5134879.

HSL color Cylindrical-coordinate representation of color #1F5A4E: hue angle of 167.8º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A4E is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 90 78 -
CMYK 0.66 0 0.13 0.65
HSL 167.8º 0.49% 0.24% -
HSV(B) 167.8º 0.66% 0.35% -
XYZ 5.6 8.15 8.49 -
YUV 70.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 31 90 78 0.66 0 0.13 0.65 167.8 0.49 0.24
Hex 1F 5A 4E 42 0 D 41 A8 31 18
Octal 37 132 116 102 0 15 101 250 61 30
Binary 11111 1011010 1001110 1000010 0 1101 1000001 10101000 110001 11000

Color Harmonies of #1F5A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5A4E

Black with #1F5A4E

Text Example


Text Example

White with #1F5A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,90,78); }

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

background-color css

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

 a { background-color: rgb(31,90,78); }

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

border-color css

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

 span { border-color: rgb(31,90,78); }

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