Html Css Color HEX #1F664A Evening Sea

📋 copy color: '#1F664A'

red 31 ◦ green 102 ◦ blue 74

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

Shades of Evening Sea #1F664A

Tints of Evening Sea #1F664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.28%

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 14.98%
G = 49.28%
B = 35.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#1F664A (or 0x1F664A) is known color: Evening Sea. HEX triplet: 1F, 66 and 4A. RGB value is (31,102,74). Sum of RGB (Red+Green+Blue) = 31+102+74=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #1F664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F664A is #E099B5. Grayscale: #4D4D4D. Windows color (decimal): -14719414 or 4875807. OLE color: 4875807.

HSL color Cylindrical-coordinate representation of color #1F664A: hue angle of 156.34º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F664A is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 31 102 74 -
CMYK 0.70 0 0.27 0.6
HSL 156.34º 0.53% 0.26% -
HSV(B) 156.34º 0.7% 0.4% -
XYZ 6.55 10.29 8.12 -
YUV 77.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 31 102 74 0.70 0 0.27 0.6 156.34 0.53 0.26
Hex 1F 66 4A 46 0 1B 3C 9C 35 1A
Octal 37 146 112 106 0 33 74 234 65 32
Binary 11111 1100110 1001010 1000110 0 11011 111100 10011100 110101 11010

Color Harmonies of #1F664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F664A

Black with #1F664A

Text Example


Text Example

White with #1F664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,102,74); }

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

background-color css

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

 a { background-color: rgb(31,102,74); }

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

border-color css

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

 span { border-color: rgb(31,102,74); }

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